- 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 - name: Build
shell: bash shell: bash
run: | run: |
export MAKEFLAGS=--keep-going
cmake --build build --config ${BUILD_TYPE} --parallel 3 cmake --build build --config ${BUILD_TYPE} --parallel 3
- name: Create Package - name: Create Package