From 0fe9c917d1c6ff4360845f4c137159d3389e23ad Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 14 Jun 2018 12:05:59 +0200 Subject: added archlinux build to gitlab yaml Signed-off-by: lns --- .gitlab-ci.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8145b8..7aa096f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - sast -build: +build-debian: image: debian:stable script: - apt-get update -qq && apt-get install -y -qq coreutils make autoconf automake gcc pkg-config libseccomp-dev libssh-dev valgrind @@ -15,6 +15,19 @@ build: - ./src/potd - ./config.log +build-arch: + image: base/archlinux + script: + - pacman -Syu --noconfirm coreutils make autoconf automake gcc pkg-config libseccomp-dev libssh-dev valgrind + - ./autogen.sh + - ./configure + - make + stage: build + artifacts: + paths: + - ./src/potd + - ./config.log + sast: image: docker:stable only: -- cgit v1.2.3