0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-04-18 22:02:12 +00:00

- do not stop continuous integration builds after the first error

This commit is contained in:
alexey.lysiuk 2020-05-05 09:53:56 +03:00
parent 44519cc877
commit 9acdd508b8

View file

@ -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