From 051fe0e357b885f5c9161a0a13d123a29793d444 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 10 Dec 2021 08:55:45 +0100 Subject: [PATCH] murdock: add some doc on how to efficiently limit builds --- .murdock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.murdock b/.murdock index 8850dc12a1..8dcd0722ee 100755 --- a/.murdock +++ b/.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