esqueleto/screwdriver.yaml
2017-01-25 16:16:47 -06:00

12 lines
132 B
YAML

# workflow:
# -
shared:
image: fpco/stack-build
jobs:
main:
steps:
- build: stack build
- test: stack test