Let color through Ninja (1.9+)

This commit is contained in:
Jason Rhinelander 2020-05-17 00:43:52 -03:00
parent ec9c58ea34
commit 65aa5940be
1 changed files with 1 additions and 0 deletions

View File

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