diff --git a/README.md b/README.md index 36edc8e..7cc51f2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # my-small-satellite +[![Build Status](https://ci.poweronoff.click/api/badges/steam/my-small-satellite/status.svg)](https://ci.poweronoff.click/steam/my-small-satellite) + A coding challenge solution `my-small-satellite` - - #### Requirements + - [maven 3](http://maven.apache.org/download.cgi) - [openjdk-8](https://openjdk.java.net) - [git](https://git-scm.com) diff --git a/scm/.drone.yml b/scm/.drone.yml new file mode 100644 index 0000000..d644710 --- /dev/null +++ b/scm/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline + name: my-small-satellite pipeline + + steps: + - name: test + image: maven:3-jdk-11 + commands: + - mvn clean test package + + - name: send telegram notification + image: appleboy/drone-telegram + settings: + token: 986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM + to: 733452136 \ No newline at end of file