aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
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