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

simplify pyenv startup

parent bc20a32e
No related branches found
No related tags found
1 merge request!2501CI Debian run under pyenv, and other cleanup in gitlab-ci script
Pipeline #139072 passed
...@@ -11,16 +11,13 @@ native_Debian_clang: ...@@ -11,16 +11,13 @@ native_Debian_clang:
before_script: &debian_clang before_script: &debian_clang
- pwd - pwd
- export CC=gcc; export CXX=g++ - export CC=gcc; export CXX=g++
- export PYTHONPATH=$CI_PROJECT_DIR/build/lib - $CC --version
- export MPLBACKEND=Agg - export MPLBACKEND=Agg
- QTCMAKE="/usr/local/Qt6/6.2.3/gcc_64/lib/cmake" - QTCMAKE="/usr/local/Qt6/6.2.3/gcc_64/lib/cmake"
- export PYENV_ROOT="$HOME/.pyenv" - pyenv version
- command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" - export PATH="$HOME/.pyenv/bin:$PATH"
- eval "$(pyenv init -)" - eval "$(pyenv init -)"
- which python
- python --version
- cmake --version - cmake --version
- clang --version
stage: build stage: build
script: &native_scr script: &native_scr
- env - env
......
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