Browse Source

travis ci, try 11

import_zecw
Aditya 6 years ago
parent
commit
ef55d6ba22
  1. 7
      .travis.yml

7
.travis.yml

@ -13,12 +13,13 @@ matrix:
before_install:
- eval "${MATRIX_EVAL}"
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
- sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y
- sudo apt-get update -qq
- sudo apt-get install qt58base qt58tools
- source /opt/qt58/bin/qt58-env.sh
- sudo apt-get install qt59base qt59tools
- source /opt/qt59/bin/qt59-env.sh
script:
- qmake -v
- g++ -v
- qmake zec-qt-wallet.pro CONFIG+=release
- make

Loading…
Cancel
Save