Browse Source

Merge pull request #158 from yusufsahinhamza/fix-travis-ci

Fix Travis CI
pull/183/head
Duke Leto 4 years ago
committed by GitHub
parent
commit
95970eefd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml
  2. 2055
      zec_qt_wallet_pt.ts

5
.travis.yml

@ -1,3 +1,5 @@
dist: trusty
matrix:
include:
# works on Precise and Trusty
@ -13,6 +15,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install qt59base qt59websockets
- source /opt/qt59/bin/qt59-env.sh
- chmod +x res/libsodium/buildlibsodium.sh
script:
- qmake -v
@ -24,4 +27,4 @@ script:
- qmake silentdragon.pro CONFIG+=release -spec linux-g++
- res/libsodium/buildlibsodium.sh
- make CC=gcc-8 CXX=g++-8 -j2

2055
zec_qt_wallet_pt.ts

File diff suppressed because it is too large
Loading…
Cancel
Save