diff options
author | David Phillips <david@yeah.nah.nz> | 2019-03-11 17:02:06 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2019-03-11 17:02:06 +1300 |
commit | d7f50289b9214c6de41e9ea2d271d916db448ef1 (patch) | |
tree | fbb27193d24251eae46f8c0105b5547c7aca88be | |
parent | 18a130918e25d33405cd67f671cdcda72de6662d (diff) | |
download | sand-leek-d7f50289b9214c6de41e9ea2d271d916db448ef1.tar.xz |
Remove dead Arch Linux from gitlab CI
-rw-r--r-- | .gitlab-ci.yml | 9 |
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 |