Skip to content
Snippets Groups Projects
Commit 3b64fee5 authored by Mads M. Pedersen's avatar Mads M. Pedersen Committed by famen
Browse files

Update .gitlab-ci.yml for fixing the upload of the compiled artifact

parent f21279e6
No related branches found
No related tags found
1 merge request!52Update .gitlab-ci.yml
Pipeline #16567 passed
......@@ -6,9 +6,10 @@ build_and_test-gfortran:
build
script:
- c:/Anaconda3/envs/pyHawc2/python.exe utils\ci\ci_utils.py x64 cmake gfortran
- copy /y build\src\dtu_we_controller\dtu_we_controller_64.dll dtu_we_controller_64.dll
artifacts:
paths:
- build/dtu_we_controller_64.dll
- dtu_we_controller_64.dll
tags:
- CPAV_old_PC
except:
......
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