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.

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