Skip to content
Snippets Groups Projects
Commit c4bd43ce authored by Jenni Rinker's avatar Jenni Rinker
Browse files

ditching robocopy

parent 6ada91b4
No related branches found
No related tags found
No related merge requests found
Pipeline #12630 passed
......@@ -2,7 +2,8 @@ make_32bit_zip:
script:
# clone the DLLs and copy them into the control folder
- git clone https://gitlab.windenergy.dtu.dk/OpenLAC/control-binary/control-win32.git
- robocopy .\Control-Win32\ .\dtu-10mw-rwt\control\ dtu_we_controller.dll generator_servo.dll mech_brake.dll servo_with_limits.dll towerclearance_mblade.dll
- c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.copy('./Control-Win32/dtu_we_controller.dll', './dtu-10mw-rwt/control/dtu_we_controller.dll')"
# - robocopy .\Control-Win32\ .\dtu-10mw-rwt\control\ dtu_we_controller.dll generator_servo.dll mech_brake.dll servo_with_limits.dll towerclearance_mblade.dll
# use python's shutil to make the archive
- c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.make_archive('dtu-10mw-rwt', 'zip', 'dtu-10mw-rwt')"
artifacts:
......
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