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.

44 lines
998 B

language: rust
6 years ago
matrix:
include:
6 years ago
# works on Precise and Trusty
6 years ago
- os: linux
- dist: xenial
compiler: clang
6 years ago
addons:
apt:
6 years ago
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
packages: ['clang-3.7', 'g++-5']
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
6 years ago
6 years ago
before_install:
- gem install bundler
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal
- export PATH="$PATH:$HOME/.cargo/bin"
- sudo add-apt-repository ppa:beineri/opt-qt591-xenial -y
6 years ago
- sudo apt-get update -qq
- sudo apt-get install qt59base qt59websockets libgl1-mesa-dev
- source /opt/qt59/bin/qt59-env.sh
6 years ago
script:
6 years ago
- qmake -v
6 years ago
- clang++ -v
- g++-5 -v
- qmake silentdragon-lite.pro CONFIG+=release -spec linux-clang
6 years ago
- make CC=clang CXX=clang++ -j2
- make distclean
- qmake silentdragon-lite.pro CONFIG+=release -spec linux-g++
5 years ago
- res/libsodium/buildlibsodium.sh
- make CC=gcc-5 CXX=g++-5 -j2