mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
commit
e4c0738318
11
.travis.yml
11
.travis.yml
@ -1,8 +1,15 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- g++
|
- g++
|
||||||
- clang
|
- clang
|
||||||
os: linux
|
|
||||||
|
|
||||||
before_script: cmake .
|
before_script: cmake .
|
||||||
script: make && ./xmltest
|
|
||||||
|
script:
|
||||||
|
- make -j3
|
||||||
|
- ./xmltest
|
||||||
|
7
appveyor.yml
Normal file
7
appveyor.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
before_build:
|
||||||
|
- cmake .
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
||||||
|
- copy Release\xmltest.exe .\ && copy Release\tinyxml2.dll .\
|
||||||
|
- xmltest.exe
|
@ -1,4 +1,4 @@
|
|||||||
TinyXML-2
|
TinyXML-2 [](https://travis-ci.org/leethomason/tinyxml2) [](https://ci.appveyor.com/project/leethomason/tinyxml2)
|
||||||
=========
|
=========
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user