Skip to content
Snippets Groups Projects
Commit 7ccc2cba authored by Erik Schnaubelt's avatar Erik Schnaubelt
Browse files

CI/CD: use temporary folder

parent 1651166f
No related branches found
No related tags found
No related merge requests found
Pipeline #8570886 failed
......@@ -75,10 +75,12 @@ compile-cerngetdp:
stage: build
script:
- mkdir %TEMP%/getdp_compilation
- cd %TEMP%/getdp_compilation
- git clone https://gitlab.cern.ch/steam/cerngetdp.git
# copy steam_material_library to cerngetdp
- robocopy . cerngetdp/steam-material-library /XD cerngetdp
- cd cerngetdp
# copy steam_material_library to cerngetdp
- cp -r . $CI_PROJECT_DIR steam-material-library
- $env:CHERE_INVOKING = 'yes'
- $env:MSYSTEM = 'MINGW64'
- C:\msys64\usr\bin\bash -lc "pip3 install -r requirements.txt && python steam_material_adder/function_adder.py && python steam_material_adder/tsa_function_adder.py"
......
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