-
Martin Vogel authored
Feature/15 Java SDK MVP Part I: contains implementations for sending & subscribing to submissions, adds commandline client
Martin Vogel authoredFeature/15 Java SDK MVP Part I: contains implementations for sending & subscribing to submissions, adds commandline client
.gitlab-ci.yml 254 B
stages:
- lint
- build
- test
cache:
paths:
- .m2/repository/
build:
image: maven:latest
stage: build
script:
- mvn $MAVEN_CLI_OPTS clean package
test:
image: maven:latest
stage: test
script:
- mvn $MAVEN_CLI_OPTS test