Skip to content

Commit

Permalink
Switched CI test for ENABLE_DEV_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Oct 8, 2024
1 parent b972cef commit b9d07bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.gcc_mvapich2:
variables:
SPEC: 'gcc@$GCC_VERSION^mvapich2'
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On -DENABLE_DEV_BUILD=On'
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On'

.gcc_~mpi:
variables:
Expand All @@ -23,7 +23,7 @@

.gcc_spectrum:
variables:
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi'
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi -DENABLE_DEV_BUILD=On'

.clang_mvapich2:
variables:
Expand Down

0 comments on commit b9d07bd

Please sign in to comment.