aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-03-11 17:02:06 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-03-11 17:02:06 +1300
commitd7f50289b9214c6de41e9ea2d271d916db448ef1 (patch)
treefbb27193d24251eae46f8c0105b5547c7aca88be
parent18a130918e25d33405cd67f671cdcda72de6662d (diff)
downloadsand-leek-d7f50289b9214c6de41e9ea2d271d916db448ef1.tar.xz
Remove dead Arch Linux from gitlab CI
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d64457..c88ce29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,6 @@
stages:
- build-test-all
-arch:
- image: base/archlinux
- 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