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:
Heiko Reese
2021-08-22 11:59:26 +02:00
parent 834714f4c8
commit fe87a7d8f5

View File

@ -6,7 +6,8 @@ stages:
stage: build stage: build
before_script: before_script:
- apt-get update - 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: script:
- meson build - meson build
- cd build - cd build