mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[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:
parent
b26067b0a0
commit
6382fc11af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ jobs:
|
|||
client:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler:
|
||||
- {cc: gcc, cxx: g++}
|
||||
|
|
Loading…
Reference in a new issue