adding linux to travis

This commit is contained in:
Holger Nahrstaedt
2016-03-09 15:41:01 +01:00
parent 77982d9ee5
commit f691347822
3 changed files with 7 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ environment:
build_script:
- mkdir build
- cd build
- cmake .. -G"Visual Studio 14 2015 Win64"
- cmake -G "Visual Studio 14 2015 Win64" ..
- cmake --build . --config Debug
test_script: