Skip to content

Commit

Permalink
test all compilation targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Feb 28, 2025
1 parent 5a6143c commit d5b48a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false

# limit concurrent jobs to avoid running out of disk
max-parallel: 8
max-parallel: 64

# perform job for all combinations of...
matrix:
Expand Down Expand Up @@ -81,6 +81,8 @@ jobs:
run: >
cmake -B ${{ env.build_dir }}
-DCMAKE_CXX_FLAGS="-fno-lto ${CMAKE_CXX_FLAGS}"
-DBUILD_EXAMPLES=ON
-DENABLE_DEPRECATED_API=ON
-DENABLE_MULTITHREADING=${{ matrix.omp }}
-DENABLE_DISTRIBUTION=${{ matrix.mpi }}
-DENABLE_CUDA=${{ matrix.gpu }}
Expand Down

0 comments on commit d5b48a2

Please sign in to comment.