Explorar el Código

Drone.io CI support

master
BinHong Lee hace 6 años
padre
commit
641e96eec0
Firmado por: binhong <binhong@binhong.me> ID de clave GPG: 6B4C5608EC620D19
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. +6
    -0
      .drone.yml
  2. +2
    -1
      README.md

+ 6
- 0
.drone.yml Ver fichero

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

+ 2
- 1
README.md Ver fichero

@@ -1,6 +1,7 @@
# 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)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE)



Cargando…
Cancelar
Guardar