tinyxml2/appveyor.yml

8 lines
187 B
YAML
Raw Normal View History

2015-10-02 10:08:48 +00:00
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