1before_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
11