Enable GCC color output.

This commit is contained in:
Roman Telezhynskyi 2021-09-25 20:57:24 +03:00
parent 7acade3aff
commit 7853e00234

View file

@ -109,6 +109,7 @@ task:
<< : *LINUX_TASK_TEMPLATE
env:
COMPILER: g++
GCC_COLORS: 'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
task:
name: 'latest Clang'