Migrate from Gitlab CI to Woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2022-11-03 13:00:50 +01:00
parent ac284974d3
commit 7efc8ef13a
Signed by: s3lph
GPG key ID: 8AC98A811E5BEFF5
2 changed files with 9 additions and 12 deletions

View file

@ -1,12 +0,0 @@
---
image: debian:bullseye
build:
script:
- apt update; apt install -y gcc make xa65
- make test
artifacts:
paths:
- "out/memtest*k-f000.901465.bin"

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
---
pipeline:
build:
image: python:3.10-bullseye
commands:
- apt update; apt install -y gcc make xa65
- make test