12 lines
132 B
YAML
12 lines
132 B
YAML
# workflow:
|
|
# -
|
|
|
|
shared:
|
|
image: fpco/stack-build
|
|
|
|
jobs:
|
|
main:
|
|
steps:
|
|
- build: stack build
|
|
- test: stack test
|