update
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
JMARyA 2025-06-28 01:46:14 +02:00
parent 3c68f14eed
commit e40a358dde
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 126 additions and 43 deletions

21
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,21 @@
matrix:
platform:
- linux/amd64
- linux/arm64
labels:
platform: ${platform}
when:
- event: push
branch: master
steps:
- name: "PKGBUILD"
image: git.hydrar.de/jmarya/pacco:latest
commands:
- pacco build --ci --push navos
environment:
PACCO_HOST: "https://pac.hydrar.de"
PACCO_TOKEN:
from_secret: pacco_token

13
.woodpecker/test.yml Normal file
View file

@ -0,0 +1,13 @@
when:
branch:
- master
event:
- push
- pull_request
steps:
- name: test
image: rust:latest
commands:
- cargo check
- cargo test