diff --git a/.murdock b/.murdock index 5c7f147bea..d38284c558 100755 --- a/.murdock +++ b/.murdock @@ -1,9 +1,9 @@ #!/bin/sh # uncomment and change this to limit builds, e.g., -#export BOARDS="samr21-xpro native" +export BOARDS="samr21-xpro native nucleo-l073rz hifive1b" # and / or -#export APPS="examples/hello-world tests/unittests" +export APPS="examples/hello-world tests/unittests" # : ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"} diff --git a/.murdock.yml b/.murdock.yml new file mode 100644 index 0000000000..4347d3332e --- /dev/null +++ b/.murdock.yml @@ -0,0 +1,11 @@ +push: + tags: + - 'v(\d+\.)?(\d+\.)?(\*|\d+)' + branches: + - webhook_pushes + +pr: + enable_comments: True + +commit: + skip_keywords: ["ci: skip", "ci: no", "ci: ignore"]