From 142577aa9b45d7ddca50d3e1f8d65fd2218c0a1f Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sun, 8 Sep 2019 20:19:28 +0200 Subject: [PATCH] added drone ci --- .drone.yml | 8 ++++++++ README.md | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5fb783d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: package + image: maven + commands: + - mvn clean package diff --git a/README.md b/README.md index 167945b..df93040 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # cemu_UI -![Total Downloads](https://img.shields.io/github/downloads/Seil0/cemu_UI/total.svg?style=flat-square) -[![Latest](https://img.shields.io/github/release/Seil0/cemu_UI/all.svg?style=flat-square)](https://git.mosad.xyz/Seil0/cemu_UI/releases) -[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0) +[![Build Status](https://drone.mosad.xyz/api/badges/Seil0/cemu_UI/status.svg)](https://drone.mosad.xyz/Seil0/cemu_UI) +[![Latest](https://img.shields.io/github/release/Seil0/cemu_UI/all.svg)](https://git.mosad.xyz/Seil0/cemu_UI/releases) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.info/), a Wii U emulator. Downloads can be found [here](https://git.mosad.xyz/Seil0/cemu_UI/releases).