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.

26 lines
540 B

6 years ago
matrix:
include:
6 years ago
# works on Precise and Trusty
6 years ago
- os: linux
addons:
apt:
sources:
6 years ago
- ubuntu-toolchain-r-test
6 years ago
packages:
6 years ago
- g++-7
6 years ago
env:
6 years ago
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
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
- g++ -v
6 years ago
- qmake zec-qt-wallet.pro CONFIG+=release
6 years ago
- make