Expand Werror CI with Mixed precision variants

This commit is contained in:
William F Godoy 2022-08-22 14:58:00 -04:00
parent 50be16cc05
commit ebb6824963
2 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,8 @@ jobs:
GCC9-MPI-Gcov-Complex,
GCC11-NoMPI-Werror-Real,
GCC11-NoMPI-Werror-Complex,
GCC11-NoMPI-Werror-Real-Mixed,
GCC11-NoMPI-Werror-Complex-Mixed,
Clang10-NoMPI-ASan-Real,
Clang10-NoMPI-ASan-Complex,
Clang10-NoMPI-UBSan-Real,
@ -76,6 +78,16 @@ jobs:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001
- jobname: GCC11-NoMPI-Werror-Real-Mixed
container:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001
- jobname: GCC11-NoMPI-Werror-Complex-Mixed
container:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001
- jobname: Clang10-NoMPI-ASan-Real
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi

View File

@ -136,6 +136,7 @@ case "$1" in
-DQMC_MPI=0 \
-DCMAKE_CXX_FLAGS=-Werror \
-DQMC_COMPLEX=$IS_COMPLEX \
-DQMC_MIXED_PRECISION=$IS_MIXED_PRECISION \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
${GITHUB_WORKSPACE}
;;