mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Enable color diagnostics on circleci.
See https://github.com/ninja-build/ninja/issues/814
This commit is contained in:
parent
8e0aea1add
commit
74e685b497
|
@ -6,6 +6,7 @@ CACHEDIR="$HOME/cache"
|
|||
|
||||
. ".travis/flags-$CC.sh"
|
||||
add_flag -Werror
|
||||
add_flag -fdiagnostics-color=always
|
||||
add_flag -fsanitize=address
|
||||
cmake -B_build -H. -GNinja \
|
||||
-DCMAKE_C_FLAGS="$C_FLAGS" \
|
||||
|
|
|
@ -6,6 +6,7 @@ CACHEDIR="$HOME/cache"
|
|||
|
||||
. ".travis/flags-$CC.sh"
|
||||
add_flag -Werror
|
||||
add_flag -fdiagnostics-color=always
|
||||
add_flag -fsanitize=thread
|
||||
cmake -H. -B_build -GNinja \
|
||||
-DCMAKE_C_FLAGS="$C_FLAGS" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user