Browse Source

Drone.io CI support

master
BinHong Lee 6 years ago
parent
commit
641e96eec0
Signed by: binhong <binhong@binhong.me> GPG Key ID: 6B4C5608EC620D19
2 changed files with 8 additions and 1 deletions
  1. +6
    -0
      .drone.yml
  2. +2
    -1
      README.md

+ 6
- 0
.drone.yml View File

@@ -0,0 +1,6 @@
pipeline:
build:
image: maven:alpine
commands:
- mvn install
- mvn test

+ 2
- 1
README.md View File

@@ -1,6 +1,7 @@
# Library System # Library System


[![Build Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem)
[![TravisCI Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem)
[![Drone Status](https://drone.binhong.me/api/badges/binhong/LibrarySystem/status.svg?branch=master)](https://drone.binhong.me/binhong/LibrarySystem)
[![codecov](https://codecov.io/gh/binhonglee/LibrarySystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/LibrarySystem) [![codecov](https://codecov.io/gh/binhonglee/LibrarySystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/LibrarySystem)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE)




Loading…
Cancel
Save