Browse Source

Fix Travis CI

pull/158/head
Yusuf Şahin HAMZA 4 years ago
committed by GitHub
parent
commit
95fbbb613d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml

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

Loading…
Cancel
Save