1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/docker.inc.mk: export RIOT_CI_BUILD to docker

The variable was not given to docker before and as it is setting
'RIOT_VERSION_OVERRIDE=buildtest' it helps testing in docker more
consistently.
This commit is contained in:
Gaëtan Harter 2018-09-06 16:40:14 +02:00 committed by cladmi
parent f0cf15ece4
commit eab9757d62
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -53,6 +53,7 @@ export DOCKER_ENV_VARS = \
PREFIX \
QUIET \
WERROR \
RIOT_CI_BUILD \
RIOT_VERSION \
SCANBUILD_ARGS \
SCANBUILD_OUTPUTDIR \