Skip to content

Commit

Permalink
Fixing build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas2751 committed Dec 21, 2020
1 parent cf9c2fa commit 915f4bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![Build Status](https://travis-ci.org/mediathekview/MLib.svg?branch=master)](https://travis-ci.org/mediathekview/MLib)
[![Build Status](https://github.com/mediathekview/MLib/workflows/Build%20and%20test/badge.svg?branch=master)](https://github.com/mediathekview/MLib/actions?query=branch%3Amaster+workflow%3A%22Build+and+test%22)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mediathekview_MLib&metric=alert_status)](https://sonarcloud.io/dashboard?id=mediathekview_MLib)

# MLib

Bibliothek für das Programm **MediathekView** und den Crawler.

# MediathekView
Expand All @@ -14,19 +14,23 @@ Bibliothek für das Programm **MediathekView** und den Crawler.
# Entwicklung

## Code auschecken

```bash
git clone https://github.com/mediathekview/MLib.git
```

## Bauen an der Kommandozeile

```bash
cd MLib
./clean install
```

## Entwicklung mit Netbeans

* Verzeichniss `MLib` mit Netbeans öffnen

## Entwicklung mit Eclipse

* Falls noch nicht vorhanden: [Plugin buildship](https://projects.eclipse.org/projects/tools.buildship) installieren
* Projekt `MLib` als Gradle-Projekt importieren.

0 comments on commit 915f4bd

Please sign in to comment.