Add CI badge, polish readme a bit
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
690b1469da
commit
6623a553d0
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
image: maven:3-jdk-11
|
image: maven:3-jdk-11
|
||||||
commands:
|
commands:
|
||||||
- mvn -B -DskipTests clean package
|
- mvn -B -DskipTests clean package
|
||||||
|
- mvn test -B
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
path: /root/.m2
|
path: /root/.m2
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# konogonka
|
# 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.
|
Deep WIP multi-tool to work with NS-specific files / filesystem images.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
Loading…
Reference in a new issue