[totem-video-thumbnailer/wip/hadess/add-ci: 3/3] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-video-thumbnailer/wip/hadess/add-ci: 3/3] ci: Add CI
- Date: Sun, 3 Nov 2019 15:44:52 +0000 (UTC)
commit 78ddf6c113d439d8ad9ff1453cf433592fabe9fd
Author: Bastien Nocera <hadess hadess net>
Date: Sun Nov 3 15:15:28 2019 +0100
ci: Add CI
.gitlab-ci.yml | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f47e9cb
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+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:
+ - git submodule update --init
+ - meson _build
+ - ninja -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]