wordle-hs/.woodpecker.yml

7 lines
137 B
YAML
Raw Normal View History

2022-07-30 23:27:27 +02:00
pipeline:
build:
image: haskell
commands:
- cabal install --only-dependencies
- cabal configure
- cabal build