mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 08:20:40 -05:00
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:
parent
ae1a34aafc
commit
0e1b4bdafc
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user