Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
* Remove files with wrong hash (so we don't have to remove them manually)
This commit is contained in:
@@ -6,7 +6,9 @@ python:
|
||||
install:
|
||||
- pip install -r contrib/requirements/requirements-travis.txt
|
||||
cache:
|
||||
- pip
|
||||
- pip: true
|
||||
- directories:
|
||||
- /tmp/electrum-build
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
@@ -24,5 +26,6 @@ jobs:
|
||||
- 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
|
||||
before_script: ls -lah /tmp/electrum-build
|
||||
script: ./contrib/build-wine/build.sh
|
||||
after_success: true
|
||||
|
||||
Reference in New Issue
Block a user