Skip to content

Commit 798d509

Browse files
committed
ci-artifacts: run git version as part of the build
... and pass `build-options` for more information. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 44426df commit 798d509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
test "$(cygpath -aw /)" = "${{github.workspace}}\minimal-sdk" || exit 1
5454
test "$(type -p gcc)" = "/clangarm64/bin/gcc" || exit 1
5555
make -C ../git DEVELOPER=1 NO_PERL=1 SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
56+
- name: show build-options
57+
shell: bash
58+
run: ../git/git version --build-options
5659
- name: compress git artifacts
5760
shell: bash
5861
run: tar -C .. -czf git-artifacts.tar.gz --exclude '*.a' --exclude '*.o' --exclude .git --exclude .depend git

0 commit comments

Comments
 (0)