13 lines
176 B
YAML
13 lines
176 B
YAML
|
---
|
||
|
|
||
|
image: debian:bullseye
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- apt update; apt install -y gcc make xa65
|
||
|
- make test
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- "out/memtest*k-f000.901465.bin"
|
||
|
|