Testing Screwdriver

This commit is contained in:
Chris Allen 2017-01-25 16:16:47 -06:00
parent 6e2b880488
commit 5b89568833

11
screwdriver.yaml Normal file
View File

@ -0,0 +1,11 @@
# workflow:
# -
shared:
image: fpco/stack-build
jobs:
main:
steps:
- build: stack build
- test: stack test