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

adding CI script

parent 3ff97d13
No related branches found
No related tags found
No related merge requests found
# Notes on the CI configuration.
#
# Single-stage, 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:
- ./*.zip
tags:
- CPAV_old
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