mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-15 14:11:44 +00:00
A little .yml cleanup
This commit is contained in:
@@ -12,4 +12,3 @@ updates:
|
|||||||
actions:
|
actions:
|
||||||
patterns: [ "*" ]
|
patterns: [ "*" ]
|
||||||
labels: [ builds ] # Since those are CI-related updates...
|
labels: [ builds ] # Since those are CI-related updates...
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ env:
|
|||||||
|
|
||||||
GIT_CONFIG_COUNT: 1
|
GIT_CONFIG_COUNT: 1
|
||||||
GIT_CONFIG_KEY_0: color.ui
|
GIT_CONFIG_KEY_0: color.ui
|
||||||
GIT_CONFIG_VALUE_0: always # CI output is not considered to be a terminal, but colour is helpful.
|
GIT_CONFIG_VALUE_0: always # Colorful output is helpful even though CI is not considered to be a terminal.
|
||||||
|
|
||||||
# We instruct CMake to download and build third-party projects outside of our source tree,
|
# We instruct CMake to download and build third-party projects outside of our source tree,
|
||||||
# otherwise they can trigger `-Werror=dev` (from the `develop` preset).
|
# otherwise they can trigger `-Werror=dev` (from the `develop` preset).
|
||||||
|
|||||||
Reference in New Issue
Block a user