Files
SilentDragonXLite/.travis.yml
2018-10-31 23:00:30 -07:00

25 lines
561 B
YAML

matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
before_install:
- eval "${MATRIX_EVAL}"
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- qmake -v
- qmake zec-qt-wallet.pro CONFIG+=release platform=linux-clang
- make