Skip to content
Snippets Groups Projects
Commit 3d0c7268 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[ci] Use .envrc file.

parent 065d0b68
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@
- ln -s `$readlink_cmd -f $build_dir_full` build/${CMAKE_PRESET}
- ([[ $BUILD_CTEST_LARGE_ON_MASTER && "${CI_COMMIT_BRANCH}" == "master" ]]) && export BUILD_CTEST_LARGE=true
- cmake --preset=$CMAKE_PRESET --log-level=VERBOSE -Wno-dev $CMAKE_ARGS
# Activate .venv
- test -f $build_dir_full/.venv/bin/activate && source $build_dir_full/.venv/bin/activate
# Activate .venv via .envrc
- test -f $build_dir_full/.venv/bin/activate && source $build_dir_full/.envrc
- |
function maybe_run_with_xvfb()
{
......
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