mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
use the env var of third-party base location
This commit is contained in:
parent
280be10a6f
commit
83be0d66d9
4
.github/workflows/emu-build-all-linux.yml
vendored
4
.github/workflows/emu-build-all-linux.yml
vendored
@ -83,8 +83,8 @@ jobs:
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
sudo chmod 777 ./third-party/common/linux/premake/premake5
|
||||
./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
|
||||
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --os=linux genproto || echo ;
|
||||
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
|
||||
exit 0
|
||||
|
||||
### build target(s)
|
||||
|
5
.github/workflows/emu-build-all-win.yml
vendored
5
.github/workflows/emu-build-all-win.yml
vendored
@ -80,9 +80,8 @@ jobs:
|
||||
shell: cmd
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
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
|
||||
exit /b 0
|
||||
"${{env.THIRD_PARTY_BASE_DIR}}\common\win\premake\premake5.exe" --file=premake5.lua --os=windows genproto
|
||||
"${{env.THIRD_PARTY_BASE_DIR}}\common\win\premake\premake5.exe" --file=premake5.lua --emubuild=${{ github.sha }} --os=windows vs2022
|
||||
|
||||
### build target(s)
|
||||
- name: Build target(s)
|
||||
|
Loading…
Reference in New Issue
Block a user