Add appveyor.yml

This commit is contained in:
Chocobo1 2015-10-02 18:08:48 +08:00
parent 87a8e71c20
commit a58de11b42
1 changed files with 7 additions and 0 deletions

7
appveyor.yml Normal file
View 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