7 lines
165 B
YAML
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
|