mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
305cd4db1c
Related issues: - https://github.com/uBlockOrigin/uBlock-issues/issues/194 This is a first iteration, which purpose is to merely allow uBO to load properly. Many things are known to not work, quite probably due to the early Thunderbird support of the WebExtensions framework. Permission which had to be removed: - contextMenus Manifest entries which had to be removed: - commands - sidebar_action uBO's webRequest listeners are not being called when loading a feed item in the preview pane, *except* for resources fetched from embedded iframes. uBO appears to function properly when a feed item is opened in its own tab.
20 lines
573 B
YAML
20 lines
573 B
YAML
language: ruby
|
|
sudo: false
|
|
env:
|
|
matrix:
|
|
- BROWSER=chromium EXT=zip
|
|
- BROWSER=firefox EXT=xpi
|
|
- BROWSER=thunderbird EXT=xpi
|
|
script: ./tools/make-${BROWSER}.sh ${TRAVIS_TAG}
|
|
deploy:
|
|
provider: releases
|
|
prerelease: true
|
|
api_key:
|
|
secure: EnAMNsPbnS2I0JDkCWiY/6WLERsUbE2Ni5j9ap8YbZt4+sJv7aSoufWZ+0TZvSwr/w5MKCCDKhwXaPfbUwvqrI+eZv6LBXhwajK9Zla25FVjtdGCwKXQ3ZU85PHgL+5FYtuSGACmQj/ruAdSgrI7PgS08e5lqSgEk6lY4y3/6fE=
|
|
file: dist/build/uBlock0_${TRAVIS_TAG}.${BROWSER}.${EXT}
|
|
skip_cleanup: true
|
|
on:
|
|
repo: gorhill/uBlock
|
|
tags: true
|
|
all_branches: true
|