Skip to content

Commit 60bf144

Browse files
Add GHA step to print URL to results on CDash (#154)
1 parent 23189b9 commit 60bf144

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tribits_testing.yml

+6
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ jobs:
8383
--python-ver ${{ matrix.config.python }} \
8484
--cxx-compiler-and-ver ${{ matrix.config.cxx }} \
8585
--fortran-compiler-and-ver ${{ matrix.config.fc }}
86+
- name: URL to results on CDash
87+
run: |
88+
cd ..
89+
echo "Result on CDash are posted at:"
90+
echo
91+
cat tribits-build/BUILD/CDashBuildUrl.txt

0 commit comments

Comments
 (0)