mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-18 03:02:07 +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:
|
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
|
||||||
|
|||||||
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