mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 07:33:55 +01:00
CI: install meson and ninja via pip to ensure every platform has the same version with the same feature set.
This commit is contained in:
@ -6,7 +6,8 @@ stages:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt-get update
|
||||
- DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config openssl
|
||||
- DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y build-essential exim4-dev libsodium-dev pkg-config python3-pip exim4-daemon-heavy openssl
|
||||
- pip3 install meson ninja
|
||||
script:
|
||||
- meson build
|
||||
- cd build
|
||||
|
||||
Reference in New Issue
Block a user