From b1dcd44f2f3af0b5d7281b79f00ca73ed6ec2e53 Mon Sep 17 00:00:00 2001 From: famat Date: Sat, 20 Feb 2021 19:07:20 +0100 Subject: [PATCH] configure abstruse ci https://abstruse.bleenco.io/~ --- .abstruse.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .abstruse.yml diff --git a/.abstruse.yml b/.abstruse.yml new file mode 100644 index 0000000..daadd1d --- /dev/null +++ b/.abstruse.yml @@ -0,0 +1,16 @@ +image: openjdk:8 + +before_install: + - apt-get update + - apt-get install -y git + - apt-get install -y software-properties-common + - apt-get update + - apt-get install -y maven + - git clone https://github.com/lajus/amie-utils + - cd amie-utils/javatools/ && mvn install + +install: + - mvn clean install + +script: + - mvn test