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:
parent
d0eb8e2f7b
commit
051fe0e357
5
.murdock
5
.murdock
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user