mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
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:
parent
54733718bd
commit
44bf0baaa7
3 changed files with 14 additions and 28 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue