Skip to content
Snippets Groups Projects

Debian/oldstable docker container for packaging (#942)

Merged Wuttke, Joachim requested to merge docker1 into main
1 file
+ 11
3
Compare changes
  • Side-by-side
  • Inline
+ 11
3
@@ -42,14 +42,12 @@ native_Debian:
@@ -42,14 +42,12 @@ native_Debian:
- ctest
- ctest
- make install
- make install
debian_oldstable_py311:
.debian_oldstable_py311: &debian_oldstable
rules:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "schedule"
tags:
tags:
- LinuxDocker
- LinuxDocker
image: scg-debian-oldstable:latest
image: scg-debian-oldstable:latest
before_script:
- pyenv global 3.11
stage: build
stage: build
script: &docker_build
script: &docker_build
- export CHECK_FLAGS=""
- export CHECK_FLAGS=""
@@ -69,6 +67,16 @@ debian_oldstable_py311:
@@ -69,6 +67,16 @@ debian_oldstable_py311:
- cd $ORIGINAL_DIR
- cd $ORIGINAL_DIR
- *native_scr
- *native_scr
 
debian_oldstable_py311:
 
<<: *debian_oldstable
 
before_script:
 
- pyenv global 3.11
 
 
debian_oldstable_py310:
 
<<: *debian_oldstable
 
before_script:
 
- pyenv global 3.10
 
versiondocs:
versiondocs:
rules:
rules:
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
Loading