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

corr

parent cffccac7
No related branches found
No related tags found
1 merge request!2515Debian/oldstable docker container for packaging (#942)
......@@ -33,17 +33,18 @@ native_Debian:
- build/py/wheel/manylinux/*.whl
expire_in: 10 days
.aux1: &compile_dependency
- mkdir build
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- make -j4
- ctest
- make install
debian_oldstable_py38:
tags:
- LinuxDocker
image: scg-debian-oldstable:latest
aux1: &compile_dependency
- mkdir build
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- make -j4
- ctest
- make install
before_script:
- pyenv global 3.8
stage: build
......
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