This commit is contained in:
parent
f3c2b33d57
commit
d897ccce09
4 changed files with 86 additions and 5 deletions
9
.woodpecker.yaml
Normal file
9
.woodpecker.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: [push, pull_request]
|
||||
branch: [main]
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: racket/racket:8.16-full
|
||||
commands:
|
||||
- racket nbe-test.rkt
|
Loading…
Add table
Add a link
Reference in a new issue