Skip to content

Commit

Permalink
[ci] Use .envrc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Dec 16, 2023
1 parent 065d0b6 commit 3d0c726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/extends/template-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 3d0c726

Please sign in to comment.