From 372271c837c5e432876ff2239ccdc7c74ac91c02 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:27:54 -0500 Subject: [PATCH] Print tag --- .github/workflows/cmake-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake-integration.yml b/.github/workflows/cmake-integration.yml index d6a8307..8576a26 100644 --- a/.github/workflows/cmake-integration.yml +++ b/.github/workflows/cmake-integration.yml @@ -12,6 +12,7 @@ jobs: - name: test run: | tag=$(git rev-parse --abbrev-ref HEAD) + echo $tag cd .. cp -rv cpptrace/test/fetchcontent-integration . mkdir fetchcontent-integration/build @@ -59,6 +60,7 @@ jobs: - name: test run: | tag=$(git rev-parse --abbrev-ref HEAD) + echo $tag cd .. cp -rv cpptrace/test/fetchcontent-integration . mkdir fetchcontent-integration/build @@ -73,6 +75,7 @@ jobs: - name: test run: | tag=$(git rev-parse --abbrev-ref HEAD) + echo $tag mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Debug @@ -106,6 +109,7 @@ jobs: - name: test run: | $tag=$(git rev-parse --abbrev-ref HEAD) + echo $tag cd .. cp -Recurse cpptrace/test/fetchcontent-integration . mkdir fetchcontent-integration/build @@ -136,6 +140,7 @@ jobs: - name: test run: | $tag=$(git rev-parse --abbrev-ref HEAD) + echo $tag cd .. cp -Recurse cpptrace/test/fetchcontent-integration . mkdir fetchcontent-integration/build