mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
try -j 3
for github builder
This commit is contained in:
parent
07da4f2d5b
commit
7c6c7e2a9d
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: Build target(s)
|
- name: Build target(s)
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: "sudo chmod 777 build_linux.sh && ./build_linux.sh -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}"
|
run: "sudo chmod 777 build_linux.sh && ./build_linux.sh -j 3 -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}"
|
||||||
|
|
||||||
### upload artifact/package to github Actions (for targets)
|
### upload artifact/package to github Actions (for targets)
|
||||||
- name: Upload build package (for targets)
|
- name: Upload build package (for targets)
|
||||||
|
2
.github/workflows/emu-build-variant-win.yml
vendored
2
.github/workflows/emu-build-variant-win.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
|||||||
if: inputs.emu-variant != 'all'
|
if: inputs.emu-variant != 'all'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: build_win.bat -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}
|
run: build_win.bat -j 3 -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}
|
||||||
|
|
||||||
### upload artifact/package to github Actions (for targets)
|
### upload artifact/package to github Actions (for targets)
|
||||||
- name: Upload build package (for targets)
|
- name: Upload build package (for targets)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user