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

get dir right; save repeats

parent 798a868a
No related branches found
No related tags found
1 merge request!2515Debian/oldstable docker container for packaging (#942)
......@@ -37,7 +37,15 @@ 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:
- ORIGINAL_DIR=$(pwd)
- export CC=gcc; export CXX=g++
- export MPLBACKEND=Agg
- ldd --version
......@@ -46,29 +54,12 @@ debian_oldstable_py38:
- eval "$(pyenv init -)"
- python --version
- cd /libheinz
- mkdir build
- cd build
- cmake ..
- make -j4
- ctest
- make install
<<: *compile_dependency
- cd /libcerf
- mkdir build
- cd build
- cmake ..
- make -j4
- ctest
- make install
<<: *compile_dependency
- cd /libformfactor
- mkdir build
- cd build
- cmake ..
- make -j4
- ctest
- make install
- cd
- pwd
- ls
<<: *compile_dependency
- cd $ORIGINAL_DIR
stage: build
script: *native_scr
......
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