Преглед изворни кода

Drone.io CI support

master
BinHong Lee пре 6 година
родитељ
комит
641e96eec0
Signed by: binhong <binhong@binhong.me> GPG Key ID: 6B4C5608EC620D19
2 измењених фајлова са 8 додато и 1 уклоњено
  1. +6
    -0
      .drone.yml
  2. +2
    -1
      README.md

+ 6
- 0
.drone.yml Прегледај датотеку

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

+ 2
- 1
README.md Прегледај датотеку

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



Loading…
Откажи
Сачувај