core/.gitlab-ci.yml
2023-05-20 10:25:28 +02:00

8 lines
185 B
YAML

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