Skip to content

Commit

Permalink
added correct superbuild to integrationtests
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 10, 2024
1 parent 4469009 commit db5f8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
cd dependencies
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/dependencies/installs
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/tests/integration/dependencies/installs
cmake --build build -j$(nproc)
- name: Build and Test Project
run: |
cd tests/integration
cmake -S . -B build -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/dependencies/installs"
cmake -S . -B build -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/tests/integration/dependencies/installs"
cmake --build build -j$(nproc)

0 comments on commit db5f8d1

Please sign in to comment.