mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 21:38:01 +03:00
github actions: rename jobs
Some checks are pending
Some checks are pending
This commit is contained in:
parent
4df1f9fb18
commit
d0d136ede5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rpcs3.yml
vendored
2
.github/workflows/rpcs3.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
docker_img: "rpcs3/rpcs3-ci-jammy-aarch64:1.1"
|
docker_img: "rpcs3/rpcs3-ci-jammy-aarch64:1.1"
|
||||||
build_sh: "/rpcs3/.ci/build-linux-aarch64.sh"
|
build_sh: "/rpcs3/.ci/build-linux-aarch64.sh"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
name: RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
CCACHE_DIR: ${{ github.workspace }}/ccache
|
CCACHE_DIR: ${{ github.workspace }}/ccache
|
||||||
|
@ -90,6 +91,7 @@ jobs:
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
||||||
Windows_Build:
|
Windows_Build:
|
||||||
|
name: RPCS3 Windows
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
env:
|
env:
|
||||||
COMPILER: msvc
|
COMPILER: msvc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue