Files
exim-encrypt-dlfunc/.gitlab-ci.yml
2021-08-21 00:07:29 +02:00

38 lines
832 B
YAML

stages:
- build
- test
build_buster:
stage: build
image: debian:buster
before_script:
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev
script:
- cd src
- make all
artifacts:
paths:
- src/genkey
- src/libexim-encrypt-dlfunc.so
build_bullseye:
stage: build
image: debian:bullseye
before_script:
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev
script:
- cd src
- make all
artifacts:
paths:
- src/genkey
- src/libexim-encrypt-dlfunc.so
test:
stage: test
before_script:
- apt-get update && apt-get install -y exim4-daemon-heavy openssl
script:
- cd src
- ./simple_exim_test.sh