Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Nov 21, 2024
1 parent f586fb9 commit 8ff16c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,16 @@ jobs:
- name: Build libraries
run: |
$FC --version
make -j4 libs
mkdir build_libs
cmake -S . -B build_libs -DCMAKE_Fortran_COMPILER=$FC
#
# Run examples and tests
#
- name: Build and run examples and tests
run: make -j4 tests
mkdir build_tests
cd build_tests
cmake .. -DENABLE_TESTS=ON -DCMAKE_Fortran_COMPILER=$FC
ctest -v
#
# Compare the results
#
Expand Down

0 comments on commit 8ff16c8

Please sign in to comment.