This commit is contained in:
Kaspar Schleiser 2022-02-02 12:52:31 +01:00
parent 41a1b3de8d
commit cd54ab11d2

View File

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
# uncomment and change this to limit builds, e.g., # uncomment and change this to limit builds, e.g.,
#export BOARDS="samr21-xpro native" export BOARDS="samr21-xpro native"
# and / or # and / or
#export APPS="examples/hello-world tests/unittests" export APPS="examples/hello-world tests/unittests"
# #
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"} : ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}