Skip to content
Snippets Groups Projects
Commit 586fc413 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI Debian oldstable: preserve artifacts

parent 3f56a584
No related branches found
No related tags found
1 merge request!2518CI Debian oldstable: preserve artifacts
Pipeline #140093 passed
......@@ -5,9 +5,18 @@ stages:
variables:
GIT_DEPTH: "1"
.linux_build: &linux_build
stage: build
artifacts:
paths:
- build/installer/BornAgain*.sh
- build/py/wheel/manylinux/*.whl
expire_in: 3 days
native_Debian:
tags:
- Debian
<<: *linux_build
before_script: &native_before
- pwd
- export CC=gcc; export CXX=g++
......@@ -16,7 +25,6 @@ native_Debian:
# avoid using the default Debian Qt framework
- QTCMAKE="/usr/local/Qt6/6.2.3/gcc_64/lib/cmake"
- cmake --version
stage: build
script: &native_scr
- env
- mkdir build
......@@ -28,13 +36,8 @@ native_Debian:
- time make package_source
- time bash var/mk_wheel_multilinux.sh
- time cpack -B ./installer .
artifacts:
paths:
- build/installer/BornAgain*.sh
- build/py/wheel/manylinux/*.whl
expire_in: 10 days
.aux1: &compile_dependency
.compile_dependency: &compile_dependency
- mkdir build
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
......@@ -47,8 +50,8 @@ native_Debian:
- if: $CI_PIPELINE_SOURCE == "schedule"
tags:
- LinuxDocker
<<: *linux_build
image: scg-debian-oldstable:latest
stage: build
script: &docker_build
- export CHECK_FLAGS=""
- ORIGINAL_DIR=$(pwd)
......
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