From b06018ec0d44c79cb1337cf11164c529e7a45d92 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 19 Apr 2020 11:16:43 +0200 Subject: [PATCH] Add abstruse ci config --- .abstruse.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .abstruse.yml diff --git a/.abstruse.yml b/.abstruse.yml new file mode 100644 index 0000000..d986460 --- /dev/null +++ b/.abstruse.yml @@ -0,0 +1,13 @@ +image: openjdk:8-jdk + +matrix: + - env: SCRIPT=shadowJar + +before_install: + - apt update + +install: + - apt install -y gradle + +script: + - if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi \ No newline at end of file