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

murdock: add some doc on how to efficiently limit builds

This commit is contained in:
Kaspar Schleiser 2021-12-10 08:55:45 +01:00
parent d0eb8e2f7b
commit 051fe0e357

View File

@ -1,5 +1,10 @@
#!/bin/sh
# uncomment and change this to limit builds, e.g.,
#export BOARDS="samr21-xpro native"
# and / or
#export APPS="examples/hello-world tests/unittests"
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}
# temporarily disabling llvm builds until https://github.com/RIOT-OS/RIOT/pull/15595