jobserv/.gitlab-ci.yml
2019-05-31 14:02:41 -07:00

5 lines
75 B
YAML

build:
script: "./gradlew clean build"
test:
script: "./gradlew test"