Bladeren bron

Drone.io CI support

master
BinHong Lee 6 jaren geleden
bovenliggende
commit
641e96eec0
Getekend door: binhong <binhong@binhong.me> GPG sleutel-ID: 6B4C5608EC620D19
2 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  1. +6
    -0
      .drone.yml
  2. +2
    -1
      README.md

+ 6
- 0
.drone.yml Bestand weergeven

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

+ 2
- 1
README.md Bestand weergeven

@@ -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)



Laden…
Annuleren
Opslaan