mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
makefiles/docker: export BOARDS
This enables "BUILD_IN_DOCKER=1 BOARDS='foo bar' make buildtest". Without this line, when executed with BUILD_IN_DOCKER, "make buildtest" would always build all boards.
This commit is contained in:
parent
364499f212
commit
ca12999e2d
@ -34,6 +34,7 @@ export DOCKER_ENV_VARS = \
|
||||
BINDIR \
|
||||
BINDIRBASE \
|
||||
BOARD \
|
||||
BOARDS \
|
||||
BUILDRELPATH \
|
||||
BUILDTEST_MCU_GROUP \
|
||||
BUILDTEST_VERBOSE \
|
||||
|
Loading…
Reference in New Issue
Block a user