[sound-juicer/wip/hadess/unescape-proxy-username] ci: Add CI



commit 8e7c162fa8e34e364de22e55dd76dd66107d16d1
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 10 13:24:07 2019 +0100

    ci: Add CI

 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..fbeb6b9c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+stages:
+- test
+
+build-fedora:
+  image: fedora:latest
+  stage: test
+  before_script:
+    - dnf install -y redhat-rpm-config meson git "pkgconfig(gmodule-export-2.0)" 
"pkgconfig(gsettings-desktop-schemas)" "pkgconfig(gstreamer-1.0)" "pkgconfig(gstreamer-plugins-base-1.0)" 
"pkgconfig(gstreamer-pbutils-1.0)" "pkgconfig(gtk+-3.0)" "pkgconfig(iso-codes)" 
"pkgconfig(libbrasero-media3)" "pkgconfig(libcanberra-gtk3)" "pkgconfig(libdiscid)" 
"pkgconfig(libmusicbrainz5)" gstreamer1-plugins-good gettext desktop-file-utils itstool 
/usr/bin/appstream-util
+  script:
+    - mkdir _build
+    - cd _build
+    - ../autogen.sh
+    - make
+    - sudo make install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]