blob: 0d5e86b066e02adf48100fed4466e6f6d08fd44f [file] [log] [blame]
Narayan Kamath74c03bb2017-12-22 10:59:43 +00001before_build:
2 - cmake .
3
4build_script:
5 - msbuild tinyxml2.sln /m /p:Configuration=Debug /t:ALL_BUILD
6 - msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
7 - cd %APPVEYOR_BUILD_FOLDER%\Debug
8 - xmltest.exe
9 - cd %APPVEYOR_BUILD_FOLDER%\Release
10 - xmltest.exe