mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 14:23:04 +00:00
Enable colour diagnostics in CI
At least for CMake.
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
||||
tags:
|
||||
- v[0-9]*
|
||||
|
||||
env:
|
||||
CLICOLOR_FORCE: 1 # Tells CMake to have colored output.
|
||||
CMAKE_COLOR_DIAGNOSTICS: ON # Tells CMake-generated build systems to have colored output.
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
runs-on: windows-2022
|
||||
|
||||
Reference in New Issue
Block a user