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:
parent
8679428dda
commit
7259b1d7eb
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
||||
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- stack build
|
Loading…
Reference in New Issue
Block a user