Merge commit 'd217527a3249ec6325be0154b0605f370a0645fd' into pull/56e1b96a3053b02d081bc59c3d593e4a56f5c859/d217527a3249ec6325be0154b0605f370a0645fd

This commit is contained in:
riot 2022-03-09 15:28:03 +00:00
commit 75c6d74ae4
2 changed files with 13 additions and 2 deletions

View File

@ -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"}

11
.murdock.yml Normal file
View File

@ -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"]