core/.gitlab-ci.yml
2023-09-22 12:08:21 +02:00

9 lines
224 B
YAML

test:
image: docker.io/library/alpine:3.18
script:
- apk update
- apk add python3 npm
- npm install --global mocha
- tools/build --include-tests
- mocha heimdall-test.mocha.js