Skip to content

Commit

Permalink
pouet
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Dec 19, 2023
1 parent b0e7dd8 commit 17cb51d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
#std: [11, 14, 17]
std: [17]
config: [Debug, Release]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
Expand All @@ -20,9 +20,9 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: cmake -S. -B ./build_98_pure -D GLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON -DCMAKE_BUILD_TYPE=${{matrix.config}}
- run: cmake --build ./build_98_pure --parallel --config ${{matrix.config}}
- run: ctest --parallel 4 --verbose -C ${{matrix.config}} --test-dir ./build_98_pure
- run: cmake -S. -B ./build_17_pure -D GLM_TEST_ENABLE_CXX_17=ON -DGLM_TEST_FORCE_PURE=ON -DCMAKE_BUILD_TYPE=${{matrix.config}}
- run: cmake --build ./build_17_pure --parallel --config ${{matrix.config}}
- run: ctest --parallel 4 --verbose -C ${{matrix.config}} --test-dir ./build_17_pure

#name: GLM Unit Tests

Expand Down

0 comments on commit 17cb51d

Please sign in to comment.