From b8164ef9797ff80826ea49d69d8995c12ff90dcd Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 10 Nov 2018 22:15:59 +0100 Subject: [PATCH] add an Alpine Linux build * .gitlab-ci.yml (alpine-gcc): Here. --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fe24bba5..ab1e85082 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,24 @@ debian-gcc-snapshot: - doc/userdoc/ - ./*.tar.gz +alpine-gcc: + stage: build + only: + - branches + except: + - /wip/ + image: registry.lrde.epita.fr/spot-alpine + script: + - autoreconf -vfi + - ./configure + - make + - make check + artifacts: + when: always + paths: + - tests/*/*.log + - ./*.log + arch-clang: stage: build only: