Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
relational-rags
3a5bbb8ea6e9d31adfd7e56501d196c164b665c6
3a5bbb8ea6e9d31adfd7e56501d196c164b665c6
Switch branch/tag
relational-rags
.gitlab-ci.yml
Find file
Normal view
History
Permalink
.gitlab-ci.yml
103 Bytes
Newer
Older
enable CI
Johannes Mey
committed
Feb 25, 2019
1
2
3
4
5
6
7
8
stages
:
-
build
test
:
image
:
openjdk:8
stage
:
build
script
:
-
./gradlew --no-daemon build