Skip to content

Commit

Permalink
Add GHA step to print URL to results on CDash (TriBITSPub#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Aug 10, 2021
1 parent 50d6e3a commit a6d7e71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ jobs:
--python-ver ${{ matrix.config.python }} \
--cxx-compiler-and-ver ${{ matrix.config.cxx }} \
--fortran-compiler-and-ver ${{ matrix.config.fc }}
- name: URL to results on CDash
run: |
cd ..
echo "Result on CDash are posted at:"
echo
cat tribits-build/BUILD/CDashBuildUrl.txt

0 comments on commit a6d7e71

Please sign in to comment.