Skip to content

Commit

Permalink
[Workflow]
Browse files Browse the repository at this point in the history
Add ALICEVISION_ROOT environment variable in continuous integration.
  • Loading branch information
demoulinv committed May 31, 2022
1 parent 9af7ec8 commit cdb989b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
DEPS_INSTALL_DIR: /opt/AliceVision_install
BUILD_TYPE: Release
CTEST_OUTPUT_ON_FAILURE: 1
ALICEVISION_ROOT: $PWD/../AV_install
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
tripletPath: '${{ github.workspace }}\..\vcpkg\triplets\community\x64-windows-release.cmake'
BUILD_TYPE: Release
CTEST_OUTPUT_ON_FAILURE: 1
ALICEVISION_ROOT: '${{ github.workspace }}/install'
COMMIT_ID: 7678fa940527fa675b3a1eabf3fb77814d0f81e7
steps:
- name: Checkout
Expand Down

0 comments on commit cdb989b

Please sign in to comment.