Print tag
This commit is contained in:
parent
98368fb417
commit
372271c837
5
.github/workflows/cmake-integration.yml
vendored
5
.github/workflows/cmake-integration.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user