Skip to content
Snippets Groups Projects

Merge debugging changes in make_zip back into develop

Merged Jenni Rinker requested to merge make_zip into develop
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
@@ -3,10 +3,10 @@ make_32bit_zip:
script:
- pip install git+https://gitlab.windenergy.dtu.dk/hawc-reference-models/reference-utilities.git
- cd utils
- python3 prepare_zip_file.py
- python3 prepare_zip_file.py $CI_COMMIT_REF_NAME
artifacts:
paths:
- dtu-10mw-rwt.zip
- dtu-10mw-rwt-$CI_COMMIT_REF_NAME.zip
tags:
# - CPAV_old
- python
@@ -15,6 +15,8 @@ make_32bit_zip:
- release*
- make_zip
# see deepwind repo for configuring report/zip compilation
# (later) make the report
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT.htc
Loading