mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-08 13:20:06 +00:00
Parallelize Github Actions builds
This commit is contained in:
parent
5de6ae9d1e
commit
f9dd8099fb
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
if: steps.cache-externals.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
working-directory: ${{github.workspace}}
|
||||
run: ./build_glslang_spirv_tools.sh Release
|
||||
run: ./build_glslang_spirv_tools.sh Release 4
|
||||
|
||||
- name: Configure SPIRV-Cross
|
||||
shell: bash
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: |
|
||||
cmake --build . --config Release
|
||||
cmake --build . --config Release --parallel 4
|
||||
cmake --build . --config Release --target install
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user