ci: Migrate from Travis to GitLab CI

This makes more sense now since we're using FDO GitLab for all the other
development infra.
This commit is contained in:
Arun Raghavan 2019-11-03 15:58:48 +01:00
parent 54733718bd
commit 44bf0baaa7
3 changed files with 14 additions and 28 deletions

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
image: registry.freedesktop.org/pipewire/pipewire/fedora:31
build:
stage: build
script:
- ./autogen.sh -Ddocs=true -Daudiomixer=true -Daudiotestsrc=true -Dtest=true -Dvideotestsrc=true -Dvolume=true
- make
- make test
- DESTDIR=$PWD/build/i make install
- PREFIX=$PWD/build/i/usr/local ./check_missing_headers.sh
artifacts:
paths:
- build/