spamassassin-milter/.gitlab-ci.yml

12 lines
455 B
YAML
Raw Normal View History

2020-10-07 07:18:42 +00:00
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