Migrate from Gitlab CI to Woodpecker
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
ac284974d3
commit
7efc8ef13a
2 changed files with 9 additions and 12 deletions
|
@ -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
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
pipeline:
|
||||
|
||||
build:
|
||||
image: python:3.10-bullseye
|
||||
commands:
|
||||
- apt update; apt install -y gcc make xa65
|
||||
- make test
|
Loading…
Reference in a new issue