tFix typo and install make - ve - a minimal text editor (work in progress)
HTML git clone git://src.adamsgaard.dk/ve
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a1e808fef8c883a712288829168256731d412de1
DIR parent 87a64bda8fa637d945c82cf2cbed0f5ee53776e5
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 16:34:16 +0200
Fix typo and install make
Diffstat:
M .gitlab-ci.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
DIR diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -1,3 +1,6 @@
+stages:
+ - build
+
build-alpine:
stage: build
image: alpine:edge
t@@ -11,7 +14,7 @@ build-debian:
image: debian
before_script:
- apt-get update
- - apt-get -y install gcc
+ - apt-get -y install gcc make
script:
- make
t@@ -19,6 +22,6 @@ build-arch:
stage: build
image: archlinux/base
before_script:
- - packam -Syu --noconfirm gcc make
+ - pacman -Syu --noconfirm gcc make
script:
- make