mirror of https://github.com/AxioDL/tinyxml2.git
Updated Windows build script to change directory instead of copying files to run xmltest
This commit is contained in:
parent
6bf64fb149
commit
7f2ce0dc0e
|
@ -3,5 +3,5 @@ before_build:
|
|||
|
||||
build_script:
|
||||
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
||||
- copy Release\xmltest.exe .\ && copy Release\tinyxml2.dll .\
|
||||
- cd Release
|
||||
- xmltest.exe
|
||||
|
|
Loading…
Reference in New Issue