From 6623a553d0a84cd2e584bbac412d762f5f001f2c Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Mon, 18 Jul 2022 23:14:51 +0300 Subject: [PATCH] Add CI badge, polish readme a bit --- .drone.yml | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 40ffbfa..3f90209 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: maven:3-jdk-11 commands: - mvn -B -DskipTests clean package + - mvn test -B volumes: - name: m2 path: /root/.m2 diff --git a/README.md b/README.md index 9685185..394ad0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # konogonka +[![Build Status](https://ci.redrise.ru/api/badges/desu/konogonka/status.svg)](https://ci.redrise.ru/desu/konogonka) + +GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/konogonka) + +Nightly builds could be found somewhere on [redrise.ru](https://redrise.ru) + Deep WIP multi-tool to work with NS-specific files / filesystem images. ### License