mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
17 lines
483 B
YAML
17 lines
483 B
YAML
sudo: false
|
|
env:
|
|
matrix:
|
|
- BROWSER=chromium EXT=zip
|
|
- BROWSER=firefox EXT=xpi
|
|
script: ./tools/make-${BROWSER}.sh all
|
|
deploy:
|
|
provider: releases
|
|
api_key:
|
|
secure: EnAMNsPbnS2I0JDkCWiY/6WLERsUbE2Ni5j9ap8YbZt4+sJv7aSoufWZ+0TZvSwr/w5MKCCDKhwXaPfbUwvqrI+eZv6LBXhwajK9Zla25FVjtdGCwKXQ3ZU85PHgL+5FYtuSGACmQj/ruAdSgrI7PgS08e5lqSgEk6lY4y3/6fE=
|
|
file: dist/build/uBlock0.${BROWSER}.${EXT}
|
|
skip_cleanup: true
|
|
on:
|
|
repo: gorhill/uBlock
|
|
tags: true
|
|
all_branches: true
|