Skip to content

Commit

Permalink
In CI, do not build 'tests', already part of make. Build examples!
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Oct 27, 2021
1 parent 594e107 commit 70fee24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
-DTPL_SCALAPACK_LIBRARIES="$SCALAPACK_LIB"
make
make install
make tests
make examples
printf "${BLUE} PG; Done installing STRUMPACK from source\n"
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
- pwd
- rm -rf build && mkdir -p build && cd build
- cmake .. -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpic++ -DCMAKE_Fortran_COMPILER=mpif90 -DCMAKE_INSTALL_PREFIX=. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -DTPL_BLAS_LIBRARIES="$BLAS_LIB" -DTPL_LAPACK_LIBRARIES="$LAPACK_LIB" -DTPL_SCALAPACK_LIBRARIES="$SCALAPACK_LIB"
- make && make install && make tests
- make && make install && make examples
- cd ../
- printf "${BLUE} PG; Done installing STRUMPACK from source\n"

Expand Down

0 comments on commit 70fee24

Please sign in to comment.