core/.gitlab-ci.yml
2023-05-20 10:22:03 +02:00

7 lines
165 B
YAML

test:
image: docker.io/library/alpine:3.18
script:
- apk update && apk add python3
- tools/build --target=test
- build/heimdall-test