1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 07:03:00 +04:00

Create .travis.yml

This commit is contained in:
renu555
2015-09-24 14:02:02 +05:30
parent 32de9f02f5
commit d7f2cce11f
+7
View File
@@ -0,0 +1,7 @@
language: c++
compiler:
- g++
os: linux
before_script: cmake .
script: make && ./xmltest