mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:13:56 +01:00
CI: Support ancient meson versions
This commit is contained in:
@ -8,8 +8,9 @@ stages:
|
|||||||
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
|
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
|
||||||
script:
|
script:
|
||||||
- meson build
|
- meson build
|
||||||
- meson compile -C build
|
- cd build
|
||||||
- meson test -C build
|
- ninja
|
||||||
|
- ninja test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/src/genkey
|
- build/src/genkey
|
||||||
|
|||||||
Reference in New Issue
Block a user