tTest build on alpine, debian, arch - ve - a minimal text editor (work in progress)
(HTM) git clone git://src.adamsgaard.dk/ve
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 87a64bda8fa637d945c82cf2cbed0f5ee53776e5
(DIR) parent 8256da25aaa1e55cc0f982c6c7eba9567efc58a2
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 16:30:04 +0200
Test build on alpine, debian, arch
Diffstat:
M .gitlab-ci.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -5,3 +5,20 @@ build-alpine:
- apk --no-cache add build-base
script:
- make
+
+build-debian:
+ stage: build
+ image: debian
+ before_script:
+ - apt-get update
+ - apt-get -y install gcc
+ script:
+ - make
+
+build-arch:
+ stage: build
+ image: archlinux/base
+ before_script:
+ - packam -Syu --noconfirm gcc make
+ script:
+ - make