Move to woodpecker ci

This commit is contained in:
Dmitry Isaenko 2024-11-20 23:55:35 +03:00
parent 06c9f8a5ae
commit 8e201b56c7
2 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,20 @@
steps:
- name: test
when:
event: [tag, push]
image: maven:3-jdk-11
commands:
- mvn -B -DskipTests clean package
- mvn test -B
volumes:
- /home/docker/woodpecker/files/m2:/root/.m2
- name: archive-artifact
when:
event: [tag, push]
image: alpine:latest
commands:
- mkdir -p /builds/logiledus
- cp target/LogiLedus-*jar /builds/logiledus/
volumes:
- /home/www/builds:/builds

View file

@ -1,6 +1,6 @@
# LogiLedus
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/LogiLedus/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/LogiLedus.svg) [![Build Status](https://ci.redrise.ru/api/badges/desu/logiledus/status.svg)](https://ci.redrise.ru/desu/logiledus)
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/LogiLedus/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/LogiLedus.svg) [![status-badge](https://ci.redrise.ru/api/badges/4/status.svg)](https://ci.redrise.ru/repos/4)
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/logiledus)