commit: 428b76d362be5fb51d50085b01db04af9434926e
parent: 1d5710d982105b42809f9cccb65a06d56470f196
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 15 Dec 2019 19:43:09 +0100
.gitlab-ci.yml: Fix dependencies
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
make:
stage: build
script:
- - pacman -Syu --noconfirm webkit2gtk pkg-config
+ - pacman -Syu --noconfirm webkit2gtk pkg-config gettext
- make CC=clang
- make install
@@ -25,6 +25,7 @@ format:
scan-build:
stage: analysis
script:
+ - pacman -Syu --noconfirm webkit2gtk pkg-config gettext
- scan-build -o scan-build make
artifacts:
paths: