Skip to content

Commit

Permalink
build_system: remove tinyxml from appveyor script since it is built s…
Browse files Browse the repository at this point in the history
…tatically
  • Loading branch information
JonasVautherin committed May 4, 2018
1 parent 76cb60c commit 0801ef9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,12 @@ test_script:
copy build\third_party\gtest\googlemock\Debug\gmockd.dll build\Debug\ &&
copy build\plugins\mission\Debug\dronecore_mission.dll build\Debug\ &&
copy build\plugins\camera\Debug\dronecore_camera.dll build\Debug\ &&
copy build\third_party\tinyxml2\Debug\tinyxml2d.dll build\Debug\ &&
build\Debug\unit_tests_runner.exe
) else (
copy build\third_party\gtest\googlemock\gtest\Release\gtest.dll build\Release\ &&
copy build\third_party\gtest\googlemock\gtest\Release\gtest_main.dll build\Release\ &&
copy build\third_party\gtest\googlemock\Release\gmock.dll build\Release\ &&
copy build\plugins\mission\Release\dronecore_mission.dll build\Release\ &&
copy build\plugins\camera\Release\dronecore_camera.dll build\Release\ &&
copy build\third_party\tinyxml2\Release\tinyxml2.dll build\Release\ &&
build\Release\unit_tests_runner.exe
)

0 comments on commit 0801ef9

Please sign in to comment.