[gedit-plugins/gnome-3-32] CI for gnome 3.32 branch



commit 7f61f55f760ebd43592fac612c7ea746aade966f
Author: Jordi Mas <jmas softcatala org>
Date:   Sun May 12 06:49:44 2019 +0000

    CI for gnome 3.32 branch

 .gitlab-ci.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..12efc09
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+image: ubuntu:devel
+
+build:
+  stage: build
+  before_script:
+    - export DEBIAN_FRONTEND=noninteractive
+    - apt-get update -y
+    - apt-get install intltool yelp-tools gnome-pkg-tools libdbus-1-dev -y
+    - apt-get install libgit2-glib-1.0-dev libglib2.0-dev libgtk-3-dev -y
+    - apt-get install libgtksourceview-4-dev libgucharmap-2-90-dev libpeas-dev -y
+    - apt-get install valac libvte-2.91-dev libzeitgeist-2.0-dev gedit-dev -y
+    - apt-get install python3 python3-dbus python-dbus-dev python3-gi appstream -y
+    - apt-get install libtool-bin autotools-dev automake intltool -y
+
+  script:
+    - ./autogen.sh
+    - make distcheck
+


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