Move to Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Dmitry Isaenko 2024-11-21 00:35:58 +03:00
parent 9aa9e80dc2
commit 7479811a0d
2 changed files with 8 additions and 16 deletions

View file

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

View file

@ -1,5 +1,7 @@
# JavaUSBTool
[![status-badge](https://ci.redrise.ru/api/badges/9/status.svg)](https://ci.redrise.ru/repos/9)
Dumb tool to dump USB packets to files (Bulk transfer)
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/JavaUSBTool)