mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- do not stop continuous integration builds after the first error
This commit is contained in:
parent
44519cc877
commit
9acdd508b8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/continuous_integration.yml
vendored
1
.github/workflows/continuous_integration.yml
vendored
|
@ -69,6 +69,7 @@ jobs:
|
|||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
export MAKEFLAGS=--keep-going
|
||||
cmake --build build --config ${BUILD_TYPE} --parallel 3
|
||||
|
||||
- name: Create Package
|
||||
|
|
Loading…
Reference in a new issue