[cheese/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/wip/hadess/add-ci] ci: Add CI
- Date: Fri, 18 Sep 2020 10:28:54 +0000 (UTC)
commit c3b276f65123ab914bf4ebd164c97e78570f5d4e
Author: Bastien Nocera <hadess hadess net>
Date: Fri Sep 18 12:14:23 2020 +0200
ci: Add CI
.gitlab-ci.yml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..c66327ae
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,34 @@
+variables:
+ GIT_SUBMODULE_STRATEGY: normal
+ FEDORA_DEPS:
+ redhat-rpm-config
+ meson
+ git
+ cairo-devel
+ desktop-file-utils
+ clutter-devel
+ clutter-gst3-devel
+ clutter-gtk-devel
+ gcc-c++
+ gettext
+ gnome-desktop3-devel
+ gsettings-desktop-schemas-devel
+ gstreamer1-devel
+ gstreamer1-plugins-base-devel
+ gstreamer1-plugins-good
+ gstreamer1-plugins-bad-free-devel
+ gtk3-devel
+ gtk-doc
+ itstool
+ libappstream-glib
+ totem-pl-parser-devel
+ vala
+
+build-fedora:
+ image: fedora:latest
+ stage: test
+ before_script:
+ - dnf install -y $FEDORA_DEPS
+ script:
+ - meson _build
+ - ninja -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]