mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge branch 'master' of github.com:spesmilo/electrum
This commit is contained in:
commit
041ebc4583
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
@ -12,3 +12,17 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi
|
||||||
- coveralls
|
- coveralls
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: windows build
|
||||||
|
sudo: true
|
||||||
|
python: 3.5
|
||||||
|
install:
|
||||||
|
- sudo dpkg --add-architecture i386
|
||||||
|
- wget -nc https://dl.winehq.org/wine-builds/Release.key
|
||||||
|
- sudo apt-key add Release.key
|
||||||
|
- sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq winehq-stable dirmngr gnupg2 p7zip-full
|
||||||
|
script: ./contrib/build-wine/build.sh
|
||||||
|
after_success: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue