More travis test

This commit is contained in:
Godzil 2017-03-16 13:23:11 +01:00
parent 75bac739ee
commit 7ffe343e7a

View File

@ -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