mirror of https://github.com/AxioDL/tinyxml2.git
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
|