CI: Ignore lang-check errors in lang stage
This commit is contained in:
parent
c0b194795c
commit
9bfe480320
|
|
@ -7,4 +7,6 @@ cmake .. \
|
||||||
-DCMAKE_TOOLCHAIN_FILE="../cmake/AvrGcc.cmake" \
|
-DCMAKE_TOOLCHAIN_FILE="../cmake/AvrGcc.cmake" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-G Ninja
|
-G Ninja
|
||||||
ninja check_lang
|
|
||||||
|
# ignore all failures in order to show as much output as possible
|
||||||
|
ninja -k0 check_lang || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue