ci: add test for meson

cute-signatures
Rasmus Thomsen 2020-06-21 11:03:35 +02:00 committed by Timo Teräs
parent 8a11ac3952
commit 7375327fbd
1 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,18 @@ test:alpine:
- docker-alpine
- x86_64
test-meson:alpine:
image: alpine
stage: test
script:
- apk update
- apk add make gcc git musl-dev openssl-dev linux-headers zlib-dev lua5.3-dev lua5.3-lzlib meson
- meson build
- ninja -C build
tags:
- docker-alpine
- x86_64
test:debian:
image: debian
stage: test