Skip to content
Snippets Groups Projects
Commit a9a524ab authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: fix move command for windows

parent 226a471c
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!550CI Artifacts
Pipeline #2227 passed
......@@ -196,7 +196,7 @@ windows-10-build:
- ctest -V -S CI/main_superbuild.cmake
- clcache.exe -s
- ctest -V -S CI/main_packages.cmake
- mv build_packages/OTB-*.zip . || true
- move "build_packages\OTB-*.zip" . || dir build_packages
dependencies:
- windows-10-prepare
......@@ -221,7 +221,7 @@ windows-8-build:
- ctest -V -S CI/main_superbuild.cmake
- clcache.exe -s
- ctest -V -S CI/main_packages.cmake
- mv build_packages/OTB-*.zip . || true
- move "build_packages\OTB-*.zip" . || dir build_packages
dependencies:
- windows-8-prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment