From 65aa5940be2f314c35482e951b42d151f1697164 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Sun, 17 May 2020 00:43:52 -0300 Subject: [PATCH] Let color through Ninja (1.9+) --- .drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index 97dc091..eabb971 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -3,6 +3,7 @@ local debian_pipeline(name, image, arch='amd64', deps='g++ libsodium-dev libzmq3 type: 'docker', name: name, platform: { arch: arch }, + environment: { CLICOLOR_FORCE: '1' }, // Lets color through ninja (1.9+) steps: [ { name: 'build',