Allow other builders running after build failures.

pull/2659/head
Vitaly Zaitsev 3 years ago
parent 8be5b41a2f
commit e724338c37
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

@ -9,6 +9,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
matrix:
config:
- { compiler: gcc, version: 4.9, build_type: Release, cppstd: 11, examples: OFF, asan: OFF }

Loading…
Cancel
Save