Hush lite wallet https://faq.hush.is/sdl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
760 B

6 years ago
matrix:
include:
6 years ago
# works on Precise and Trusty
6 years ago
- os: linux
compiler: clang
6 years ago
addons:
apt:
sources: ['llvm-toolchain-trusty-5.0']
packages: ['clang-5.0']
6 years ago
env:
6 years ago
- MATRIX_EVAL="CC=clang-5.0 CXX=clang++-5.0"
- os: linux
compiler: g++
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-8']
env:
- MATRIX_EVAL="CC=gcc-8 CXX=g++-8"
6 years ago
6 years ago
before_install:
6 years ago
- eval "${MATRIX_EVAL}"
- sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y
6 years ago
- sudo apt-get update -qq
- sudo apt-get install qt59base qt59tools
- source /opt/qt59/bin/qt59-env.sh
6 years ago
script:
6 years ago
- qmake -v
- qmake zec-qt-wallet.pro CONFIG+=release
6 years ago
- make $MATRIX_EVAL