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:
1
.github/workflows/check-formatting.yaml
vendored
1
.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
|
||||
|
||||
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