[CI, premake] Make some submodules optional
This commit is contained in:
4
.github/workflows/Windows_build.yml
vendored
4
.github/workflows/Windows_build.yml
vendored
@@ -69,9 +69,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup
|
||||
run: python xenia-build.py setup
|
||||
run: git submodule update --init --depth=1 -j $env:NUMBER_OF_PROCESSORS (Select-String -CaseSensitive '(?<=path = )(?!third_party\/(FidelityFX-(CAS|FSR)|premake-(androidndk|cmake|export-compile-commands))).+' .gitmodules).Matches.Value
|
||||
- name: Build
|
||||
run: python xenia-build.py build --no_premake --config=Release --target=src\xenia-app
|
||||
run: python xenia-build.py build --config=Release --target=src\xenia-app
|
||||
- name: Prepare artifacts
|
||||
id: prepare_artifacts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user