[totem-video-thumbnailer/wip/hadess/add-ci] ci: Add CI



commit a95c154020c07d30a2e0083c0ce4129fe094ca00
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Nov 3 15:15:28 2019 +0100

    ci: Add CI

 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..eb0af92
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+build-fedora:
+  image: fedora:latest
+  stage: test
+  before_script:
+    - dnf install -y redhat-rpm-config meson git gcc gstreamer1-devel gstreamer1-plugins-base-devel 
gdk-pixbuf2-devel
+  script:
+    - meson _build
+    - ninja -C _build install


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