Add appveyor.yml
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user