Build clang first

This commit is contained in:
Aditya Kulkarni
2019-01-18 16:48:00 -08:00
parent 78c5cfede7
commit eae1abd81c

View File

@@ -18,8 +18,9 @@ script:
- qmake -v
- clang++ -v
- g++-8 -v
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++
- make CC=gcc-8 CXX=g++-8 -j2
- make distclean
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-clang
- make CC=clang CXX=clang++ -j2
- make distclean
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++
- make CC=gcc-8 CXX=g++-8 -j2