Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
bc63970a
Commit
bc63970a
authored
Nov 22, 2022
by
Kai Prott
Browse files
Merge branch 'ci' into 'master'
Add CI pipeline See merge request
!51
parents
bb48ab93
5dc93f45
Pipeline
#5036
passed with stages
in 10 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
bc63970a
image
:
name
:
"
haskell:9.2.5"
entrypoint
:
[
"
"
]
stages
:
-
make
-
test
make
:
stage
:
make
tags
:
-
docker2
script
:
-
make
test
:
stage
:
test
tags
:
-
docker2
script
:
-
make runtests
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment