From 77af44871c7d916c9ce63cc9b87021b27f5890bf Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 11 Mar 2019 17:04:51 +1300 Subject: Re-add Arch Linux runner on GitLab CI Turns out the image only had a subtle name change --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c88ce29..ec0e571 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,15 @@ stages: - build-test-all +arch: + image: archlinux/base + stage: build-test-all + before_script: + - pacman --noconfirm -Syu base-devel clang python + script: + - make CC=gcc clean all test + - make CC=clang clean all test + debian-stable: image: debian:stable stage: build-test-all -- cgit v1.1