1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-22 20:31:31 +03:00

Add .gitlab-ci.yml

This commit is contained in:
Aaron Friel 2017-08-10 07:40:27 +00:00
parent 8679428dda
commit 7259b1d7eb

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
stages:
- build
build:
stage: build
script:
- stack build