commit b04c50c87e75349c69499f0ebbabf3e09ea6c8a0 parent 51397728eb03f8a2c0fe63da4d1ab07d8cea15f8 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 24 Jun 2019 16:59:19 +0200 Add CI configuration Diffstat:
A | .gitlab-ci.yml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +build-alpine: + stage: build + image: alpine:edge + before_script: + - apk --no-cache add build-base gnuplot + script: + - make