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