commit: 83c164ea8d065cdfb5584abe2c5b1081865bfa30
parent: 11872076c71a0da6e673f3aafd530cb29ba5b6c3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 14 Apr 2019 05:41:44 +0200
.gitlab-ci.yml: Use ArchLinux instead
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
-image: alpine:edge
+image: archlinux/base:latest
before_script:
- - apk add make clang
+ - pacman -Syu --noconfirm make clang
stages:
- lint
@@ -10,13 +10,13 @@ stages:
make:
stage: build
script:
- - apk add webkit2gtk-dev
+ - pacman -Syu --noconfirm webkit2gtk pkg-config
- make CC=clang
- make install
format:
stage: lint
script:
- - apk add git
+ - pacman -Syu --noconfirm git
- make format
- git diff --exit-code