From fe87a7d8f5e4e066c8546f53f1809b65df807d10 Mon Sep 17 00:00:00 2001 From: Heiko Reese Date: Sun, 22 Aug 2021 11:59:26 +0200 Subject: [PATCH] CI: install meson and ninja via pip to ensure every platform has the same version with the same feature set. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8a32bf..b9c9095 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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