mirror of https://github.com/AxioDL/tinyxml2.git
Create .travis.yml
This commit is contained in:
parent
32de9f02f5
commit
d7f2cce11f
|
@ -0,0 +1,7 @@
|
|||
language: c++
|
||||
compiler:
|
||||
- g++
|
||||
os: linux
|
||||
|
||||
before_script: cmake .
|
||||
script: make && ./xmltest
|
Loading…
Reference in New Issue