Merge commit 'd217527a3249ec6325be0154b0605f370a0645fd' into pull/56e1b96a3053b02d081bc59c3d593e4a56f5c859/d217527a3249ec6325be0154b0605f370a0645fd
This commit is contained in:
commit
e78956d19d
4
.murdock
4
.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"}
|
||||
|
||||
11
.murdock.yml
Normal file
11
.murdock.yml
Normal 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"]
|
||||
Loading…
x
Reference in New Issue
Block a user