[client] ci: run all build combinations to completion

This is desirable because certain uncommon configurations like libdecor or
clang may break, and this shouldn't stop us from seeing if unrelated changes
pass.
This commit is contained in:
Quantum 2021-07-23 00:31:31 -04:00 committed by Geoffrey McRae
parent b26067b0a0
commit 6382fc11af

View file

@ -4,6 +4,7 @@ jobs:
client:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
compiler:
- {cc: gcc, cxx: g++}