mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Unify/simplify actions naming
This commit is contained in:
parent
eac4d67903
commit
d89536e925
2
.github/workflows/build-appimage.yml
vendored
2
.github/workflows/build-appimage.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CMake Build (AppImage x86-64)
|
name: AppImage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
8
.github/workflows/build-macos.yml
vendored
8
.github/workflows/build-macos.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: build-macos
|
name: macOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch: [x86_64, arm64]
|
arch: [x86_64, arm64]
|
||||||
|
|
||||||
name: macOS ${{ matrix.arch }}
|
name: ${{ matrix.arch }}
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- name: Check out sources
|
- name: Check out sources
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
path: macOS-${{ matrix.arch }}.zip
|
path: macOS-${{ matrix.arch }}.zip
|
||||||
|
|
||||||
universal-binary:
|
universal-binary:
|
||||||
name: macOS universal binary
|
name: Universal binary
|
||||||
needs: [build-macos]
|
needs: [build-macos]
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
@ -81,4 +81,4 @@ jobs:
|
|||||||
failOnError: false
|
failOnError: false
|
||||||
name: |
|
name: |
|
||||||
macOS-x86_64
|
macOS-x86_64
|
||||||
macOS-arm64
|
macOS-arm64
|
||||||
|
3
.github/workflows/build-ubuntu-aarch64.yml
vendored
3
.github/workflows/build-ubuntu-aarch64.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CMake Build (Ubuntu aarch64)
|
name: Ubuntu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -13,6 +13,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: aarch64
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ubuntu:20.04
|
container: ubuntu:20.04
|
||||||
|
|
||||||
|
3
.github/workflows/build-ubuntu.yml
vendored
3
.github/workflows/build-ubuntu.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CMake Build (Ubuntu x86-64)
|
name: Ubuntu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: x86_64
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CMake Build (Windows x86-64)
|
name: Windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user