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

adding ci

parent 9e2e6c6c
No related branches found
No related tags found
No related merge requests found
# Notes on the CI configuration.
#
# Single-state, as no report is built.
make_32bit_zip:
stage: build
image: dtuwindenergy/wetb
before_script: # install refutils
- git clone https://gitlab.windenergy.dtu.dk/hawc-reference-models/reference-utilities.git
- cd reference-utilities
- C:/Anaconda3/envs/WindEnergyToolbox/python.exe setup.py install
- cd ..
script: # make zip
- cd utils
- C:/Anaconda3/envs/WindEnergyToolbox/python.exe prepare_model.py
artifacts:
paths:
- nrel-5mw-rwt.zip
tags:
- docker
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