spamassassin-milter/.gitlab-ci.yml

11 lines
455 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

image: rust
before_script:
- apt-get --assume-yes update
# TODO Replace opendkim-tools with miltertest in next Debian stable.
- apt-get --assume-yes install pkg-config libmilter-dev spamc opendkim-tools
test:
script:
# TODO Dont run integration tests for now. The miltertest tests depend on
# a patch only available in Debian testing. Update once next Debian stable
# is released.
- PKG_CONFIG_PATH=. cargo test --verbose --lib