Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
totalngrams
/
098c82062ee3e8ea4aa2f7c0ce470c90fdb6d2f2
/
.
/
.gitlab-ci.yml
blob: 97bde2c5c853d3f6d8c8204cb417d2c5ee34bb31 [
file
] [
log
] [
blame
]
include:
-
template:
Security/Dependency
-
Scanning.gitlab
-
ci.yml
image:
maven
:
3.6
-
jdk
-
11
build
-
and
-
test:
stage:
build
script:
-
mvn test
-
mvn install
artifacts:
name:
"$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
-
target/*.jar