Skip to content

Commit

Permalink
Enable --debug flag for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jul 11, 2021
1 parent 3439371 commit 3f5b03a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Prepare container
run: ./scripts/prepare-container.sh
- name: Build docs
run: ./build.sh docs
run: ./build.sh --debug docs

build:
name: Build and test the library (${{ matrix.JOBNAME }})
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-MPI-double-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export TESTING_EXTRA_ARGS="-R MPI-C-.*-double_complex"
export EXTRA_LINK_FLAGS=-lscalapack-openmpi
export BML_SCALAPACK=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-MPI-double-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export TESTING_EXTRA_ARGS="-R MPI-C-.*-double_real"
export EXTRA_LINK_FLAGS=-lscalapack-openmpi
export BML_SCALAPACK=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-MPI-single-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export TESTING_EXTRA_ARGS="-R MPI-C-.*-single_complex"
export EXTRA_LINK_FLAGS=-lscalapack-openmpi
export BML_SCALAPACK=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-MPI-single-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export TESTING_EXTRA_ARGS="-R MPI-C-.*-single_real"
export EXTRA_LINK_FLAGS=-lscalapack-openmpi
export BML_SCALAPACK=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-C-double-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export BML_INTERNAL_BLAS=no
export TESTING_EXTRA_ARGS="-R C-.*-double_complex"
export BML_VALGRIND=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-C-double-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export BML_INTERNAL_BLAS=no
export TESTING_EXTRA_ARGS="-R C-.*-double_real"
export BML_VALGRIND=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-C-single-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export BML_INTERNAL_BLAS=no
export TESTING_EXTRA_ARGS="-R C-.*-single_complex"
export BML_VALGRIND=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-C-single-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export BML_INTERNAL_BLAS=no
export TESTING_EXTRA_ARGS="-R C-.*-single_real"
export BML_VALGRIND=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-Fortran-double-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ export BML_VALGRIND=yes
# Re-review once we have a backport of valgrind for Bionic.
export CMAKE_BUILD_TYPE=Release

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-Fortran-double-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ export BML_VALGRIND=yes
# Re-review once we have a backport of valgrind for Bionic.
export CMAKE_BUILD_TYPE=Release

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-Fortran-single-complex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ export BML_VALGRIND=yes
# Re-review once we have a backport of valgrind for Bionic.
export CMAKE_BUILD_TYPE=Release

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-11-Fortran-single-real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ export BML_VALGRIND=yes
# Re-review once we have a backport of valgrind for Bionic.
export CMAKE_BUILD_TYPE=Release

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-4.8-test-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export BUILD_SHARED_LIBS=yes
export BML_OPENMP=no
export BML_INTERNAL_BLAS=no

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-4.8-test-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export BUILD_SHARED_LIBS=yes
export BML_OPENMP=no
export BML_INTERNAL_BLAS=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-4.8-test-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export BUILD_SHARED_LIBS=yes
export BML_OPENMP=yes
export BML_INTERNAL_BLAS=no

${basedir}/build.sh testing
${basedir}/build.sh --debug testing
2 changes: 1 addition & 1 deletion scripts/ci-gcc-4.8-test-4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export BUILD_SHARED_LIBS=yes
export BML_OPENMP=yes
export BML_INTERNAL_BLAS=yes

${basedir}/build.sh testing
${basedir}/build.sh --debug testing

0 comments on commit 3f5b03a

Please sign in to comment.