tinyxml2/appveyor.yml

11 lines
279 B
YAML
Raw Normal View History

2015-10-02 10:08:48 +00:00
before_build:
- cmake .
build_script:
2017-09-04 22:12:32 +00:00
- msbuild tinyxml2.sln /m /p:Configuration=Debug /t:ALL_BUILD
2015-10-02 10:08:48 +00:00
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
2017-09-04 22:12:32 +00:00
- cd %APPVEYOR_BUILD_FOLDER%\Debug
- xmltest.exe
- cd %APPVEYOR_BUILD_FOLDER%\Release
2015-10-02 10:08:48 +00:00
- xmltest.exe