From bbc962616419610f5851121474450a092623a1e3 Mon Sep 17 00:00:00 2001 From: "Pavel Milanes (CO7WT)" Date: Mon, 29 Apr 2019 23:46:03 -0400 Subject: [PATCH] Refs #17, fixing travis build instructions for deploy, now test is fast and deploy is full featured via before_deploy --- .travis.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89d1934..ad2408d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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