mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-17 18:52:06 +00:00
chore: set job names on build-test ci
This commit is contained in:
3
.github/workflows/check-formatting.yaml
vendored
3
.github/workflows/check-formatting.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check-formatting:
|
check-formatting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: Check formatting
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
@@ -21,4 +22,4 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
export CLANG_FORMAT_BIN="${LLVM_PATH}/bin/clang-format"
|
export CLANG_FORMAT_BIN="${LLVM_PATH}/bin/clang-format"
|
||||||
./scripts/check-format.sh
|
./scripts/check-format.sh
|
||||||
|
|||||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
additional_packages: gcc-13-multilib g++-13-multilib
|
additional_packages: gcc-13-multilib g++-13-multilib
|
||||||
- build_arch: x64
|
- build_arch: x64
|
||||||
premake_flags: --modman
|
premake_flags: --modman
|
||||||
|
name: Build-Test Linux ${{ matrix.build_arch }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:24.04
|
container: ubuntu:24.04
|
||||||
defaults:
|
defaults:
|
||||||
@@ -82,6 +83,7 @@ jobs:
|
|||||||
msbuild_config: Win32
|
msbuild_config: Win32
|
||||||
- build_arch: x64
|
- build_arch: x64
|
||||||
msbuild_config: x64
|
msbuild_config: x64
|
||||||
|
name: Build-Test Windows ${{ matrix.build_arch }}
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
- name: Install node
|
||||||
|
|||||||
Reference in New Issue
Block a user