Force coloured output in build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-07-06 08:30:29 +02:00
parent 1f81d857ac
commit e0821c1a68
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ steps:
image: deukhoofd/linux64builder image: deukhoofd/linux64builder
failure: ignore failure: ignore
commands: commands:
- run-clang-format.py -r src/ CInterface/ tests/ - run-clang-format.py -r src/ CInterface/ tests/ --color=always
- name: test-release-windows - name: test-release-windows
image: deukhoofd/windowsbuilder image: deukhoofd/windowsbuilder
volumes: volumes: