add an Alpine Linux build
* .gitlab-ci.yml (alpine-gcc): Here.
This commit is contained in:
parent
3b830ec0aa
commit
b8164ef979
1 changed files with 18 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue