[libgnome-volume-control/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-volume-control/wip/hadess/add-ci] ci: Add CI
- Date: Wed, 27 Feb 2019 13:21:39 +0000 (UTC)
commit be16e46fb04bbc08b29128731de87855e1685f2f
Author: Bastien Nocera <hadess hadess net>
Date: Wed Feb 27 14:20:31 2019 +0100
ci: Add CI
This just builds the "what-did-you-plugin" test application, but it's
good enough to catch the worst failures.
.gitlab-ci.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..73643d1
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+stages:
+- test
+
+build-fedora:
+ image: fedora:latest
+ stage: test
+ before_script:
+ - dnf install -y redhat-rpm-config make pulseaudio-libs-devel alsa-lib-devel gtk3-devel
+ script:
+ - make -f Makefile.tests
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]