Merge pull request #32 from Trivernis/ci-config

Ci config
pull/55/head
Trivernis 5 years ago committed by GitHub
commit 95102b1e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
image: openjdk
matrix:
- env: SCRIPT=shadowJar
script:
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi
Loading…
Cancel
Save