Skip to content
Snippets Groups Projects
Commit 766a587d authored by Jenni Rinker's avatar Jenni Rinker
Browse files
parents f95619df 1b191d21
No related branches found
No related tags found
No related merge requests found
Pipeline #12656 passed
make_32bit_zip:
script:
# clone the DLLs and copy them into the control folder
# clone the DLLs and checkout to specific commit
- git clone https://gitlab.windenergy.dtu.dk/OpenLAC/control-binary/control-win32.git
- cd Control-Win32
- git checkout 10fbd53c635d93bd84ccf8e33b3671191d0094a8
- cd ..
# copy DLLs to control folder
- c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.copy('./Control-Win32/dtu_we_controller.dll', './dtu-10mw-rwt/control/dtu_we_controller.dll')"
- c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.copy('./Control-Win32/generator_servo.dll', './dtu-10mw-rwt/control/generator_servo.dll')"
- c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.copy('./Control-Win32/mech_brake.dll', './dtu-10mw-rwt/control/mech_brake.dll')"
......
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