add an Alpine Linux build

* .gitlab-ci.yml (alpine-gcc): Here.
This commit is contained in:
Alexandre Duret-Lutz 2018-11-10 22:15:59 +01:00
parent 3b830ec0aa
commit b8164ef979

View file

@ -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: