You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
530 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. sudo: false
  2. env:
  3. matrix:
  4. - BROWSER=chromium EXT=zip
  5. - BROWSER=firefox EXT=xpi
  6. - BROWSER=webext EXT=xpi
  7. script: ./tools/make-${BROWSER}.sh all
  8. deploy:
  9. provider: releases
  10. prerelease: true
  11. api_key:
  12. secure: eQgPAHH6PKu2dLK+NafxwLl66t0cyW5x5NZFquOwsNMal5nsfof7lyXj2F0Q0vUpGeI21MOipBI8UGv5oXPoiXnr0fhEbEBz65C9vypK61WkDCQVGVeZVNGQwSXUm6gD2EzpPgTCIs52+7dKCDJ3stXzdimOiOTYs4WMNKKarFM=
  13. file: dist/build/uMatrix.${BROWSER}.${EXT}
  14. skip_cleanup: true
  15. on:
  16. repo: gorhill/uMatrix
  17. tags: true
  18. all_branches: true