More travis test
This commit is contained in:
parent
75bac739ee
commit
7ffe343e7a
@ -6,3 +6,11 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
script: mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && cmake --build . --target coveralls
|
script: mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && cmake --build . --target coveralls
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
- cmake-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user