Skip to content

Commit c229020

Browse files
committed
XXX: debug Ubuntu CI jobs
1 parent 2c50316 commit c229020

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ CMAKE_BUILD_TYPE ?= RelWithDebInfo
2828
fast install version.cc src/version.cc
2929

3030
all: version.cc
31+
git describe --tags
32+
git describe --tags | sed -e "s/^csdiff-//"
33+
git describe --tags | sed -e "s/^csdiff-//" -e "s/-.*-/.$$(git log --pretty="%cd" --date=iso -1 | tr -d ":-" | tr " " . | cut -d. -f 1,2)./"
34+
cat version.cc
3135
mkdir -p csdiff_build
3236
cd csdiff_build && $(CMAKE) \
3337
-D 'CMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE)' \

0 commit comments

Comments
 (0)