ci: Add CI

This just builds the "what-did-you-plugin" test application, but it's
good enough to catch the worst failures.
This commit is contained in:
Bastien Nocera 2019-02-27 14:20:31 +01:00
parent ae1a34aafc
commit 0e1b4bdafc

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- test
build-fedora:
image: fedora:latest
stage: test
before_script:
- dnf install -y redhat-rpm-config gcc make pulseaudio-libs-devel alsa-lib-devel gtk3-devel
script:
- make -f Makefile.tests