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.

15 lines
456 B

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