tinyxml2/appveyor.yml

11 lines
279 B
YAML
Raw Permalink Normal View History

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