This commit is contained in:
Aditya Kulkarni
2018-11-01 15:53:32 -07:00
parent 3d7b578d24
commit 00eb874868

View File

@@ -11,14 +11,15 @@ matrix:
before_install: before_install:
- sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y - sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install qt59base qt59tools - sudo apt-get install qt59base
- source /opt/qt59/bin/qt59-env.sh - source /opt/qt59/bin/qt59-env.sh
script: script:
- qmake -v - qmake -v
- clang++ -v - clang++ -v
- g++8 -v - g++-8 -v
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++ - qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++
- make CC=gcc-8 CXX=g++-8 -j2 - make CC=gcc-8 CXX=g++-8 -j2
- make distclean - make distclean
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-clang
- make CC=clang CXX=clang++ -j2 - make CC=clang CXX=clang++ -j2