mingw compiler

This commit is contained in:
Aditya Kulkarni
2018-11-01 15:32:34 -07:00
parent 3a5c858457
commit 297dae7f5e
2 changed files with 8 additions and 11 deletions

View File

@@ -5,8 +5,8 @@ matrix:
compiler: clang
addons:
apt:
sources: ['llvm-toolchain-trusty-5.0']
packages: ['clang-5.0']
sources: ['llvm-toolchain-precise-3.7']
packages: ['clang-3.7']
env:
- MATRIX_EVAL="CC=clang CXX=clang++"
@@ -29,6 +29,6 @@ before_install:
script:
- qmake -v
- clang++ -v
- g++-8 -v
- g++ -v
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-clang
- make $MATRIX_EVAL