Create .travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: c++
|
||||
compiler:
|
||||
- g++
|
||||
os: linux
|
||||
|
||||
before_script: cmake .
|
||||
script: make && ./xmltest
|
||||
Reference in New Issue
Block a user