Skip to content

Commit

Permalink
Refs skycoin#17, fixing travis build instructions for deploy, now tes…
Browse files Browse the repository at this point in the history
…t is fast and deploy is full featured via before_deploy
  • Loading branch information
stdevPavelmc committed Apr 30, 2019
1 parent f212dec commit bbc9626
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,22 @@ services:
before_script:
- sudo apt-get update -q
- sudo apt install -y python3 python3-all python3-pip python3-pyqt5 python3-pyqt5.qtquick qml-module-qtquick2 qml-module-qtquick-window2 qml-module-qtquick-layouts qml-module-qtquick-extras qml-module-qtquick-dialogs qml-module-qtquick-controls qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings fakeroot python3-stdeb p7zip-full make
- pip3 install setuptools
- pip3 install pyqt5
- pip3 install PyInstaller
- pip3 install setuptools pyqt5 PyInstaller
- docker pull cdrx/pyinstaller-windows

script:
- make init
- make install
- make deb
- make linux-static
- make win-static

notifications:
email:
- pavelmc@gmail.com
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify

# before_deploy:
# - make deb
# - make linux-static
# - make win-static
before_deploy:
- make deb
- make linux-static
- make win-static

deploy:
provider: releases
Expand Down

0 comments on commit bbc9626

Please sign in to comment.