From 7853e002341a2c11c19f040e7213d1fbd2eb4f35 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 25 Sep 2021 20:57:24 +0300 Subject: [PATCH] Enable GCC color output. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 5b819413e..8a0199fff 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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'