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',