1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #14867 from leandrolanzieri/pr/murdock/disable_cc_colors

murdock: disable CC color output
This commit is contained in:
Kaspar Schleiser 2020-11-04 10:48:43 +01:00 committed by GitHub
commit e2b3923e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
: ${TEST_KCONFIG_samr21_xpro:="examples/hello-world"}
export RIOT_CI_BUILD=1
export CC_NOCOLOR=1
export STATIC_TESTS=${STATIC_TESTS:-1}
export CFLAGS_DBG=""
export DLCACHE_DIR=${DLCACHE_DIR:-~/.dlcache}