Skip to content

Commit b479e8e

Browse files
committed
CI, rename steps and also meson to build
1 parent 3ba3be5 commit b479e8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/meson.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Meson CI
1+
name: Build CI
22

33
on:
44
push:

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build:
10+
installer:
1111
name: ${{ matrix.config.name }}
1212
runs-on: ${{ matrix.config.os }}-${{ matrix.config.os-version }}
1313

.github/workflows/nintendo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build:
10+
nintendo-build:
1111
name: Nintendo ${{ matrix.config.name }} CI
1212
runs-on: ubuntu-24.04
1313
container:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build:
10+
test:
1111
name: Run Tests
1212
runs-on: ubuntu-24.04
1313
steps:

0 commit comments

Comments
 (0)