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.

16 lines
484 B

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. script: ./tools/make-${BROWSER}.sh all
  7. deploy:
  8. provider: releases
  9. api_key:
  10. secure: eQgPAHH6PKu2dLK+NafxwLl66t0cyW5x5NZFquOwsNMal5nsfof7lyXj2F0Q0vUpGeI21MOipBI8UGv5oXPoiXnr0fhEbEBz65C9vypK61WkDCQVGVeZVNGQwSXUm6gD2EzpPgTCIs52+7dKCDJ3stXzdimOiOTYs4WMNKKarFM=
  11. file: dist/build/uMatrix.${BROWSER}.${EXT}
  12. skip_cleanup: true
  13. on:
  14. repo: gorhill/uMatrix
  15. tags: true
  16. all_branches: true