zecwallet-lite/.travis.yml

27 lines
637 B
YAML
Raw Normal View History

2018-10-31 22:52:48 -07:00
matrix:
include:
2018-10-31 23:00:30 -07:00
# works on Precise and Trusty
2018-10-31 22:52:48 -07:00
- os: linux
addons:
apt:
sources:
2018-10-31 23:00:30 -07:00
- ubuntu-toolchain-r-test
2018-10-31 22:52:48 -07:00
packages:
2018-10-31 23:00:30 -07:00
- g++-7
2018-10-31 22:52:48 -07:00
env:
2018-10-31 23:00:30 -07:00
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
2018-10-31 22:45:56 -07:00
2018-10-31 22:35:33 -07:00
before_install:
2018-10-31 22:52:48 -07:00
- eval "${MATRIX_EVAL}"
2018-10-31 23:19:51 -07:00
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
2018-10-31 22:35:33 -07:00
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
2018-10-31 23:19:51 -07:00
- sudo apt-get install qtbase58-dev
- sudo apt-get install qt58-default qttools58-dev-tools
- source /opt/qt58/bin/qt58env.sh
2018-10-31 22:35:33 -07:00
script:
2018-10-31 23:00:30 -07:00
- qmake -v
2018-10-31 23:14:42 -07:00
- qmake zec-qt-wallet.pro CONFIG+=release
2018-10-31 22:35:33 -07:00
- make