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



commit 7c59eb15c91132de3511ac840e054f14cb1a872a
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..1125b959
--- /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 git autoconf autoconf-archive yelp-tools automake 
"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-devel 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]