tinyxml2

FORK: TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
git clone https://git.neptards.moe/neptards/tinyxml2.git
Log | Files | Refs

appveyor.yml (279B)


      1 before_build:
      2   - cmake .
      3 
      4 build_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