tAdd simple CI - 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 eedc7316f2cb4c4964aff43cef6055ce428158cb
 (DIR) parent c748dcc0c2c06e50551f647e650f50d995f0823d
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  7 Aug 2019 08:07:53 +0200
       
       Add simple CI
       
       Diffstat:
         A .gitlab-ci.yml                      |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -0,0 +1,7 @@
       +build-alpine:
       +  stage: build
       +  image: alpine:edge
       +  before_script:
       +    - apk --no-cache add build-base
       +  script:
       +    - make