core/.gitlab-ci.yml
2023-09-22 11:56:14 +02:00

8 lines
187 B
YAML

test:
image: docker.io/library/alpine:3.18
script:
- apk update
- apk add python3 py3-requests
- tools/build --include-tests
- build/heimdall-test