mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +08:00
temporarily disable emu build workflows to test new ones
This commit is contained in:
parent
a8b01e8e4d
commit
1dda63990a
26
.github/workflows/build-linux.yml
vendored
26
.github/workflows/build-linux.yml
vendored
@ -9,19 +9,19 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- release*
|
- release*
|
||||||
|
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: [ "dev" ]
|
# branches: [ "dev" ]
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '**/*.md'
|
# - '**/*.md'
|
||||||
- 'dev.notes/**'
|
# - 'dev.notes/**'
|
||||||
- 'post_build/**'
|
# - 'post_build/**'
|
||||||
- 'z_original_repo_files/**'
|
# - 'z_original_repo_files/**'
|
||||||
- 'sdk/*.txt'
|
# - 'sdk/*.txt'
|
||||||
- 'LICENSE'
|
# - 'LICENSE'
|
||||||
# tools
|
# # tools
|
||||||
- 'tools/generate_emu_config/**'
|
# - 'tools/generate_emu_config/**'
|
||||||
- 'tools/migrate_gse/**'
|
# - 'tools/migrate_gse/**'
|
||||||
- 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
|
# - 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# allows manual trigger
|
# allows manual trigger
|
||||||
|
2
.github/workflows/build-win-2.yml
vendored
2
.github/workflows/build-win-2.yml
vendored
@ -39,6 +39,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
# this helps in manual runs, if build fails, then deps are saved
|
# this helps in manual runs, if build fails, then deps are saved
|
||||||
dependencies:
|
dependencies:
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
uses: ./.github/workflows/deps-win.yml
|
uses: ./.github/workflows/deps-win.yml
|
||||||
|
|
||||||
|
|
||||||
@ -46,7 +47,6 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
needs: [ dependencies ]
|
needs: [ dependencies ]
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
|
||||||
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
|
||||||
|
26
.github/workflows/build-win.yml
vendored
26
.github/workflows/build-win.yml
vendored
@ -9,19 +9,19 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- release*
|
- release*
|
||||||
|
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: [ "dev" ]
|
# branches: [ "dev" ]
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '**/*.md'
|
# - '**/*.md'
|
||||||
- 'dev.notes/**'
|
# - 'dev.notes/**'
|
||||||
- 'post_build/**'
|
# - 'post_build/**'
|
||||||
- 'z_original_repo_files/**'
|
# - 'z_original_repo_files/**'
|
||||||
- 'sdk/*.txt'
|
# - 'sdk/*.txt'
|
||||||
- 'LICENSE'
|
# - 'LICENSE'
|
||||||
# tools
|
# # tools
|
||||||
- 'tools/generate_emu_config/**'
|
# - 'tools/generate_emu_config/**'
|
||||||
- 'tools/migrate_gse/**'
|
# - 'tools/migrate_gse/**'
|
||||||
- 'tools/steamclient_loader/linux/**'
|
# - 'tools/steamclient_loader/linux/**'
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# allows manual trigger
|
# allows manual trigger
|
||||||
|
3
.github/workflows/deps-win.yml
vendored
3
.github/workflows/deps-win.yml
vendored
@ -18,8 +18,9 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# this helps in manual runs, if build fails, then deps are saved
|
# this helps in manual runs, if build fails, then deps are saved
|
||||||
dependencies:
|
build:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
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