mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-13 19:01:23 +00:00
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:
|
build_script:
|
||||||
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
- msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD
|
||||||
- copy Release\xmltest.exe .\ && copy Release\tinyxml2.dll .\
|
- cd Release
|
||||||
- xmltest.exe
|
- xmltest.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user