From c0f88953afd403f22f2f94b0fcf1d4439b654219 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 9 Oct 2021 11:28:31 +0700 Subject: [PATCH] Add drone ci --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..58b9810 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: ci +steps: + - name: submodules + image: d.ctdn.net/alpine/git + commands: + - git submodule update --init --recursive + - name: test + image: d.ctdn.net/cubetiq/openjdk:11u-ubuntu + commands: + - apt-get update && apt-get install git -y + - sh gradlew bootJar \ No newline at end of file