mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
aaaaaaaaaaaa
This commit is contained in:
parent
9c9a86376a
commit
a626c4b41f
2
.github/workflows/emu-build-all-linux.yml
vendored
2
.github/workflows/emu-build-all-linux.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
sudo chmod 777 ./third-party/common/linux/premake/premake5
|
sudo chmod 777 ./third-party/common/linux/premake/premake5
|
||||||
./third-party/common/linux/premake/premake5 --file=premake5.lua --os=linux generateproto || echo ;
|
./third-party/common/linux/premake/premake5 --file=premake5.lua --os=linux genproto || echo ;
|
||||||
./third-party/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
|
./third-party/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
2
.github/workflows/emu-build-all-win.yml
vendored
2
.github/workflows/emu-build-all-win.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
third-party\common\win\premake\premake5.exe --file=premake5.lua --os=windows generateproto || echo:
|
third-party\common\win\premake\premake5.exe --file=premake5.lua --os=windows genproto || echo:
|
||||||
third-party\common\win\premake\premake5.exe --file=premake5.lua --emubuild=${{ github.sha }} --os=windows vs2022
|
third-party\common\win\premake\premake5.exe --file=premake5.lua --emubuild=${{ github.sha }} --os=windows vs2022
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user