mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
exclude some matrix combinations
This commit is contained in:
parent
9236f8c70b
commit
3f68c5ab12
12
.github/workflows/emu-build-all-linux.yml
vendored
12
.github/workflows/emu-build-all-linux.yml
vendored
@ -31,10 +31,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
## notice how on linux everything is lowercase, `cd GBE_Build`, then: `make help`
|
## notice how on linux everything is lowercase, `cd GBE_Build`, then: `make help`
|
||||||
cfg: [ 'debug', 'release', 'experimentaldebug', 'experimentalrelease', ]
|
|
||||||
arch: [ 'x64', 'x32', ]
|
|
||||||
prj: [ 'GenerateInterfaces', 'SteamClient', 'SteamEmu', ]
|
prj: [ 'GenerateInterfaces', 'SteamClient', 'SteamEmu', ]
|
||||||
|
arch: [ 'x64', 'x32', ]
|
||||||
|
cfg: [ 'debug', 'release', 'experimentaldebug', 'experimentalrelease', ]
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- prj: 'GenerateInterfaces'
|
||||||
|
cfg: 'experimentaldebug'
|
||||||
|
- prj: 'GenerateInterfaces'
|
||||||
|
cfg: 'experimentalrelease'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
### clone branch
|
### clone branch
|
||||||
|
11
.github/workflows/emu-build-all-win.yml
vendored
11
.github/workflows/emu-build-all-win.yml
vendored
@ -34,6 +34,17 @@ jobs:
|
|||||||
arch: [ 'x64', 'Win32', ]
|
arch: [ 'x64', 'Win32', ]
|
||||||
cfg: [ 'Debug', 'Release', 'ExperimentalDebug', 'ExperimentalRelease', ]
|
cfg: [ 'Debug', 'Release', 'ExperimentalDebug', 'ExperimentalRelease', ]
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- prj: 'GameOverlayRenderer'
|
||||||
|
cfg: 'Debug'
|
||||||
|
- prj: 'GameOverlayRenderer'
|
||||||
|
cfg: 'Release'
|
||||||
|
|
||||||
|
- prj: 'GenerateInterfaces'
|
||||||
|
cfg: 'ExperimentalDebug'
|
||||||
|
- prj: 'GenerateInterfaces'
|
||||||
|
cfg: 'ExperimentalRelease'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
### on Windows Git will auto change line ending to CRLF, not preferable
|
### on Windows Git will auto change line ending to CRLF, not preferable
|
||||||
- name: Ensure LF line ending
|
- name: Ensure LF line ending
|
||||||
|
Loading…
Reference in New Issue
Block a user