mirror of https://github.com/AxioDL/tinyxml2.git
Add appveyor.yml
This commit is contained in:
parent
87a8e71c20
commit
a58de11b42
|
@ -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
|
Loading…
Reference in New Issue