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

docker: build our own libraries

parent 3a9cc464
No related branches found
No related tags found
1 merge request!2515Debian/oldstable docker container for packaging (#942)
......@@ -45,6 +45,27 @@ debian_oldstable_py38:
- pyenv global 3.8
- eval "$(pyenv init -)"
- python --version
- cd libheinz
- mkdir build
- cd build
- cmake .
- make -j4
- make install
- cd
- cd libcerf
- mkdir build
- cd build
- cmake .
- make -j4
- make install
- cd
- cd libformfactor
- mkdir build
- cd build
- cmake .
- make -j4
- make install
- cd
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