libgnome-volume-control/.gitlab-ci.yml
Bastien Nocera 0e1b4bdafc ci: Add CI
This just builds the "what-did-you-plugin" test application, but it's
good enough to catch the worst failures.
2019-02-27 14:26:26 +01:00

12 lines
220 B
YAML

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