CI: Support ancient meson versions

This commit is contained in:
heiko.reese
2021-08-21 23:04:47 +02:00
parent 26a591bedd
commit 3e73cc6ee1

View File

@ -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