mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:33:56 +01:00
Fix apt interactivity in Ubuntu
This commit is contained in:
@ -5,7 +5,8 @@ stages:
|
|||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
|
- 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
|
||||||
script:
|
script:
|
||||||
- meson build
|
- meson build
|
||||||
- cd build
|
- cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user