Skip to content

Commit

Permalink
REMOVE ME: Add some git debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 25, 2023
1 parent 6d522d1 commit 3362b79
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,26 @@ jobs:
git fetch origin 'refs/tags/*:refs/tags/*'
echo "Running: git tag"
git tag
- name: Run configure, build, test, and submit to CDash
run: |
cd ..
env CTEST_BUILD_NAME_SUFFIX=${{ github.event.inputs.ctest_build_name_suffix }} \
TRIBITS_ADD_LD_LIBRARY_PATH_HACK_FOR_SIMPLETPL=ON \
./TriBITS/cmake/ctest/github_actions/run_github_actions_ctest_driver.sh \
--os ${{ matrix.config.os }} \
--cmake-ver ${{ matrix.config.cmake }} \
--generator ${{ matrix.config.generator }} \
--python-ver ${{ matrix.config.python }} \
--cxx-compiler-and-ver ${{ matrix.config.cxx }} \
--fortran-compiler-and-ver ${{ matrix.config.fc }} \
--no-have-ninja ${{ matrix.config.no_have_ninja }} \
--github-repo-match-to-submit TriBITSPub/TriBITS
- name: URL to results on CDash
run: |
cd ..
echo "See results posted on CDash:"
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo
cat tribits-build/BUILD/CDashResults.txt
echo
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# - name: Run configure, build, test, and submit to CDash
# run: |
# cd ..
# env CTEST_BUILD_NAME_SUFFIX=${{ github.event.inputs.ctest_build_name_suffix }} \
# TRIBITS_ADD_LD_LIBRARY_PATH_HACK_FOR_SIMPLETPL=ON \
# ./TriBITS/cmake/ctest/github_actions/run_github_actions_ctest_driver.sh \
# --os ${{ matrix.config.os }} \
# --cmake-ver ${{ matrix.config.cmake }} \
# --generator ${{ matrix.config.generator }} \
# --python-ver ${{ matrix.config.python }} \
# --cxx-compiler-and-ver ${{ matrix.config.cxx }} \
# --fortran-compiler-and-ver ${{ matrix.config.fc }} \
# --no-have-ninja ${{ matrix.config.no_have_ninja }} \
# --github-repo-match-to-submit TriBITSPub/TriBITS
# - name: URL to results on CDash
# run: |
# cd ..
# echo "See results posted on CDash:"
# echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
# echo
# cat tribits-build/BUILD/CDashResults.txt
# echo
# echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
7 changes: 7 additions & 0 deletions tribits/doc/utils/gen_doc_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ function generate_git_version_file {
_TRIBITS_TAG_PREFIX=`cat ../../../tribits_tag_prefix.txt`

if [ -e ../../../.git ] ; then
echo
echo "Running: pwd"
pwd
echo "_TRIBITS_TAG_PREFIX = '${_TRIBITS_TAG_PREFIX}'"
echo "Running: git tag"
git tag
echo
echo
echo "Generating git version"
echo
Expand Down

0 comments on commit 3362b79

Please sign in to comment.