woodpecker
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Jill 2022-07-30 23:27:27 +02:00
parent 416ce7f5ba
commit c26da42903
2 changed files with 7 additions and 11 deletions

View File

@ -1,11 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: haskell
commands:
- cabal install --only-dependencies
- cabal configure
- cabal build

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: haskell
commands:
- cabal install --only-dependencies
- cabal configure
- cabal build