mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-07-15 09:36:08 +00:00
8 lines
187 B
YAML
8 lines
187 B
YAML
before_build:
|
|
- cmake .
|
|
|
|
build_script:
|
|
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
|
- copy Release\xmltest.exe .\ && copy Release\tinyxml2.dll .\
|
|
- xmltest.exe
|