Move to Woodpecker CI

This commit is contained in:
Dmitry Isaenko 2024-11-21 00:55:12 +03:00
parent 436fa2bd90
commit ed8eee00d8
2 changed files with 7 additions and 17 deletions

View file

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

View file

@ -1,6 +1,6 @@
# konogonka # konogonka
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) [![Build Status](https://ci.redrise.ru/api/badges/desu/konogonka/status.svg)](https://ci.redrise.ru/desu/konogonka) ![License](https://img.shields.io/badge/License-GPLv3-blue.svg) [![status-badge](https://ci.redrise.ru/api/badges/10/status.svg)](https://ci.redrise.ru/repos/10)
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/konogonka) GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/konogonka)