Added clang compiler to .travis.yml
This commit is contained in:
@@ -2,7 +2,9 @@ language: cpp
|
||||
os: linux
|
||||
sudo: false
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -22,4 +24,4 @@ script:
|
||||
- pushd build
|
||||
- ../qt5/build/bin/qmake .. -config release
|
||||
- make -j2
|
||||
- popd
|
||||
- popd
|
||||
|
Reference in New Issue
Block a user