Files
husk-milter/.gitlab-ci.yml
T

17 lines
221 B
YAML

stages:
- build
- test
build-job:
stage: build
image: localhost:5000/huskbuilder:latest
script:
- cargo build
test-job:
stage: test
image: localhost:5000/huskbuilder:latest
script:
- cargo test