update ci configs and readme
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-05-13 11:49:13 +02:00
parent 002edf9748
commit e8b11f5125
5 changed files with 28 additions and 1 deletions

View file

@ -7,6 +7,13 @@
depends_on: depends_on:
- tests - tests
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
pipeline: pipeline:
# build docker image for amd64 - x86 # build docker image for amd64 - x86

View file

@ -7,6 +7,13 @@
depends_on: depends_on:
- tests - tests
clone:
git:
when:
branch: master
event: tag
image: woodpeckerci/plugin-git
pipeline: pipeline:
# build and publish docker image for amd64 - x86 # build and publish docker image for amd64 - x86

View file

@ -7,6 +7,13 @@
depends_on: depends_on:
- tests - tests
clone:
git:
when:
branch: master
event: tag
image: woodpeckerci/plugin-git
pipeline: pipeline:
# create release tar # create release tar

View file

@ -4,6 +4,10 @@
# branch: all # branch: all
# event: all # event: all
clone:
git:
image: woodpeckerci/plugin-git
pipeline: pipeline:
# check shell scripts with shfmt # check shell scripts with shfmt

View file

@ -2,7 +2,7 @@
## python script to download mangas ## python script to download mangas
[![Build Status](https://drone.44net.ch/api/badges/olofvndrhr/manga-dlp/status.svg)](https://drone.44net.ch/olofvndrhr/manga-dlp) [![status-badge](https://ci.44net.ch/api/badges/olofvndrhr/manga-dlp/status.svg)](https://ci.44net.ch/olofvndrhr/manga-dlp)
[![Quality Gate Status](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=alert_status&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp) [![Quality Gate Status](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=alert_status&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp)
[![Coverage](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=coverage&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp) [![Coverage](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=coverage&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp)
[![Bugs](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=bugs&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp) [![Bugs](https://sonarqube.44net.ch/api/project_badges/measure?project=olofvndrhr%3Amanga-dlp&metric=bugs&token=f9558470580eea5b4899cf33f190eee16011346d)](https://sonarqube.44net.ch/dashboard?id=olofvndrhr%3Amanga-dlp)
@ -137,6 +137,8 @@ If you encounter any bugs, also just open a issue with a description of the prob
* <del>Make docker container for easy distribution</del> * <del>Make docker container for easy distribution</del>
--> [Dockerhub](https://hub.docker.com/repository/docker/olofvndrhr/manga-dlp) --> [Dockerhub](https://hub.docker.com/repository/docker/olofvndrhr/manga-dlp)
* <del>Automate release</del>
--> Done with woodpecker-ci
* Make pypi package * Make pypi package
* Add more supported sites * Add more supported sites