Skip to content

Commit

Permalink
trying to limit parallel jobs, checking ISISDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Oct 10, 2023
1 parent 492c39f commit 72114b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
export ISISROOT=${GITHUB_WORKSPACE}/build/
export PATH=$PATH:${GITHUB_WORKSPACE}/build/bin/
cd build
ls ${GITHUB_WORKSPACE}/isis_data
cmake -DisisData=${GITHUB_WORKSPACE}/isis_data -DisisTestData=${GITHUB_WORKSPACE}/isis_testData -DJP2KFLAG=OFF -DCMAKE_BUILD_TYPE=RELEASE -Wdeprecated -GNinja ../isis
ninja
ninja -j8
- name: Run ISIS tests
run: |
cd build
export ISISDATA=${GITHUB_WORKSPACE}/isis_data
export ISISTESTDATA=${GITHUB_WORKSPACE}/isis_testData
export ISISROOT=${GITHUB_WORKSPACE}/build/
export PATH=$PATH:${GITHUB_WORKSPACE}/build/bin/
ctest -VV -j8
ctest -VV

0 comments on commit 72114b3

Please sign in to comment.