Add woodpecker ci
This commit is contained in:
parent
c1c726823b
commit
b7820e6d9f
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: haskell:9.10.1-bullseye
|
||||
commands:
|
||||
- cabal update && cabal build
|
||||
- cabal run site build
|
Loading…
Add table
Add a link
Reference in a new issue