Move to woodpecker ci
This commit is contained in:
parent
06c9f8a5ae
commit
8e201b56c7
2 changed files with 21 additions and 1 deletions
20
.woodpecker/woodpecker.yml
Normal file
20
.woodpecker/woodpecker.yml
Normal 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
|
|
@ -1,6 +1,6 @@
|
||||||
# LogiLedus
|
# 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)
|
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/logiledus)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue