Skip to content

Commit

Permalink
Enable color diagnostics on circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Aug 19, 2018
1 parent e32e0b3 commit 88a847d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/cmake-asan
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
1 change: 1 addition & 0 deletions .circleci/cmake-tsan
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 88a847d

Please sign in to comment.