diff --git a/scripts/ci/extends/template-build-linux.yml b/scripts/ci/extends/template-build-linux.yml index e05b9378c3fcab11d334d04d8bfce7ad388903e5..d7475ed0c361b97cfef47a8c8a07d997673bae28 100644 --- a/scripts/ci/extends/template-build-linux.yml +++ b/scripts/ci/extends/template-build-linux.yml @@ -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() {