[totem-video-thumbnailer/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-video-thumbnailer/wip/hadess/add-ci] ci: Add CI
- Date: Sun, 3 Nov 2019 14:26:20 +0000 (UTC)
commit 6d0e928cfb13a1c8b787a6391aaf599f66397c27
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..341de1d
--- /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 totem-pl-parser-devel
+ script:
+ - meson _build
+ - ninja -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]