added scm drone config
This commit is contained in:
parent
6a2c28bb95
commit
090dd5671c
@ -1,10 +1,11 @@
|
|||||||
# my-small-satellite
|
# my-small-satellite
|
||||||
|
|
||||||
|
[](https://ci.poweronoff.click/steam/my-small-satellite)
|
||||||
|
|
||||||
A coding challenge solution `my-small-satellite`
|
A coding challenge solution `my-small-satellite`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
- [maven 3](http://maven.apache.org/download.cgi)
|
- [maven 3](http://maven.apache.org/download.cgi)
|
||||||
- [openjdk-8](https://openjdk.java.net)
|
- [openjdk-8](https://openjdk.java.net)
|
||||||
- [git](https://git-scm.com)
|
- [git](https://git-scm.com)
|
||||||
|
14
scm/.drone.yml
Normal file
14
scm/.drone.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user