mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-26 06:43:02 +00:00
Enable colour diagnostics in CI
At least for CMake.
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- v[0-9]*
|
- 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:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|||||||
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
@@ -3,6 +3,10 @@ on:
|
|||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
|
env:
|
||||||
|
CLICOLOR_FORCE: 1 # Tells CMake to have colored output.
|
||||||
|
CMAKE_COLOR_DIAGNOSTICS: ON # Tells CMake-generated build systems to have colored output.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unix:
|
unix:
|
||||||
strategy:
|
strategy:
|
||||||
@@ -359,6 +363,7 @@ jobs:
|
|||||||
- name: Build & test using CMake on FreeBSD
|
- name: Build & test using CMake on FreeBSD
|
||||||
uses: vmactions/freebsd-vm@v1
|
uses: vmactions/freebsd-vm@v1
|
||||||
with:
|
with:
|
||||||
|
envs: CLICOLOR_FORCE CMAKE_COLOR_DIAGNOSTICS
|
||||||
release: "14.3"
|
release: "14.3"
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
|
|||||||
Reference in New Issue
Block a user