Skip to content

Commit

Permalink
gitlab - print build log when Nek fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 7, 2020
1 parent b69861a commit fa6d703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ noether-rocm:
# Nek5000 v19.0
- export COVERAGE=0
- export NEK5K_DIR=/projects/NEK5000 PATH=/projects/NEK5000/bin:$PATH MPI=0 && git -C $NEK5K_DIR describe --tags
- make -k -j$(nproc) junit search=nek
- make -k -j$(nproc) junit search=nek || { cat examples/nek/build/bps.build.log && cat examples/nek/build/build.log && false; }
# Report status
- echo "SUCCESS" > .job_status
after_script:
Expand Down

0 comments on commit fa6d703

Please sign in to comment.