appveyor.yml 279 B

12345678910
  1. before_build:
  2. - cmake .
  3. build_script:
  4. - msbuild tinyxml2.sln /m /p:Configuration=Debug /t:ALL_BUILD
  5. - msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
  6. - cd %APPVEYOR_BUILD_FOLDER%\Debug
  7. - xmltest.exe
  8. - cd %APPVEYOR_BUILD_FOLDER%\Release
  9. - xmltest.exe