Commit ccdeadb4 by Jonathan Thomas

Adding experimental gitlab build script

parent c90d1cfa
Pipeline #11628 canceled with stage
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache:
paths:
- .gradle/wrapper
- .gradle/caches
stages:
- build
build_mod:
stage: build
script:
- ./gradlew build
artifacts:
paths:
- build/libs/*.jar
only:
- develop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment