Skip to content

Commit 51aa8ac

Browse files
committed
ci: print version information during build
1 parent 7a4f8f6 commit 51aa8ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: Install ccache, ninja (Linux)
6464
run: sudo apt install ccache ninja-build
6565
if: matrix.os == 'ubuntu-latest'
66+
- name: Print version info
67+
run: ./version.py dump
6668
- name: Build
6769
run: NINJA_FLAGS=-v make package LLVM_CMAKE_FLAGS=-DLLVM_CCACHE_BUILD=ON
6870
shell: bash
@@ -111,6 +113,8 @@ jobs:
111113
with:
112114
fetch-depth: 0
113115
- run: git submodule update --init --depth 32 --jobs 3
116+
- name: Print version info
117+
run: ./version.py dump
114118
- name: Build
115119
shell: msys2 {0}
116120
run: |
@@ -165,6 +169,8 @@ jobs:
165169
type=ref,event=pr
166170
type=sha
167171
172+
- name: Print version info
173+
run: ./version.py dump
168174
- name: Run docker_build script
169175
run: ./docker_build.sh
170176
- name: Upload artifacts

0 commit comments

Comments
 (0)