From e0821c1a6833357b75e0fdf0398b3a97ba4c5da4 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 6 Jul 2020 08:30:29 +0200 Subject: [PATCH] Force coloured output in build. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c4e3386..534eea9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: image: deukhoofd/linux64builder failure: ignore commands: - - run-clang-format.py -r src/ CInterface/ tests/ + - run-clang-format.py -r src/ CInterface/ tests/ --color=always - name: test-release-windows image: deukhoofd/windowsbuilder volumes: