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