Move to woodpecker ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
08aa903cab
commit
1128c63f04
2 changed files with 7 additions and 17 deletions
|
@ -1,30 +1,20 @@
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-install-locally
|
- name: build-install-locally
|
||||||
|
when:
|
||||||
|
event: [tag, push]
|
||||||
image: maven:3-jdk-11
|
image: maven:3-jdk-11
|
||||||
commands:
|
commands:
|
||||||
- mvn -B -DskipTests clean install
|
- mvn -B -DskipTests clean install
|
||||||
- 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/ISEE9660
|
- mkdir -p /builds/ISEE9660
|
||||||
- cp target/ISEE9660-*[0-9].jar /builds/ISEE9660/
|
- cp target/ISEE9660-*[0-9].jar /builds/ISEE9660/
|
||||||
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
|
|
|
@ -1,5 +1,5 @@
|
||||||
#### ISEE9660
|
#### ISEE9660
|
||||||
|
|
||||||
[![Build Status](https://ci.redrise.ru/api/badges/desu/ISEE9660/status.svg)](https://ci.redrise.ru/desu/ISEE9660)
|
[![status-badge](https://ci.redrise.ru/api/badges/5/status.svg)](https://ci.redrise.ru/repos/5)
|
||||||
|
|
||||||
Simple ISO9660 reader. Nice example, good for reuse.
|
Simple ISO9660 reader. Nice example, good for reuse.
|
Loading…
Reference in a new issue