[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:16:42 +0000 (UTC)
commit 8ee05bde2f3e9a56118ae6dd9de1ca3fdfb20d98
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..c284dbc
--- /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
+ script:
+ - meson _build
+ - ninja -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]