cbm3001-memtest/.gitlab-ci.yml
2022-02-08 12:49:25 +01:00

12 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"