mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-21 13:56:42 +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:
|
||||
check-formatting:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check formatting
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
@@ -21,4 +22,4 @@ jobs:
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
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
|
||||
- build_arch: x64
|
||||
premake_flags: --modman
|
||||
name: Build-Test Linux ${{ matrix.build_arch }}
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:24.04
|
||||
defaults:
|
||||
@@ -82,6 +83,7 @@ jobs:
|
||||
msbuild_config: Win32
|
||||
- build_arch: x64
|
||||
msbuild_config: x64
|
||||
name: Build-Test Windows ${{ matrix.build_arch }}
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Install node
|
||||
|
Reference in New Issue
Block a user