From abab1d0f9ad6b28b811b4a3267190d0c06f001e5 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 7 Jul 2020 15:44:20 +0200 Subject: [PATCH] Force colour for style check. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index abf21e5..55dbb35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,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: