10 lines
138 B
YAML
10 lines
138 B
YAML
|
---
|
||
|
|
||
|
pipeline:
|
||
|
|
||
|
build:
|
||
|
image: python:3.10-bullseye
|
||
|
commands:
|
||
|
- apt update; apt install -y gcc make xa65
|
||
|
- make test
|