Skip to content

Commit

Permalink
ci: print version information during build
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Mar 8, 2024
1 parent 7a4f8f6 commit 51aa8ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Install ccache, ninja (Linux)
run: sudo apt install ccache ninja-build
if: matrix.os == 'ubuntu-latest'
- name: Print version info
run: ./version.py dump
- name: Build
run: NINJA_FLAGS=-v make package LLVM_CMAKE_FLAGS=-DLLVM_CCACHE_BUILD=ON
shell: bash
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
with:
fetch-depth: 0
- run: git submodule update --init --depth 32 --jobs 3
- name: Print version info
run: ./version.py dump
- name: Build
shell: msys2 {0}
run: |
Expand Down Expand Up @@ -165,6 +169,8 @@ jobs:
type=ref,event=pr
type=sha
- name: Print version info
run: ./version.py dump
- name: Run docker_build script
run: ./docker_build.sh
- name: Upload artifacts
Expand Down

0 comments on commit 51aa8ac

Please sign in to comment.