cbm3001-memtest/.gitlab-ci.yml

13 lines
176 B
YAML
Raw Normal View History

2022-02-08 12:37:59 +01:00
---
image: debian:bullseye
build:
script:
- apt update; apt install -y gcc make xa65
- make test
artifacts:
paths:
- "out/memtest*k-f000.901465.bin"