[gnome-flashback/ci] add .gitlab-ci.yml
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback/ci] add .gitlab-ci.yml
- Date: Wed, 12 Sep 2018 11:56:17 +0000 (UTC)
commit 4fc898a891753243558443ae337419699856db40
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Sep 2 03:58:54 2018 +0300
add .gitlab-ci.yml
.gitlab-ci.yml | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3152760
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,41 @@
+stages:
+ - build
+
+build-ubuntu:
+ image: ubuntu:devel
+ stage: build
+ before_script:
+ - apt-get update
+ - apt-get install -q -y --no-install-recommends
+ autoconf-archive
+ autopoint
+ build-essential
+ gettext
+ gsettings-desktop-schemas-dev
+ libcanberra-gtk3-dev
+ libdbus-glib-1-dev
+ libgdk-pixbuf2.0-dev
+ libglib2.0-dev
+ libgnome-bluetooth-dev
+ libgnome-desktop-3-dev
+ libgtk-3-dev
+ libibus-1.0-dev
+ libpango1.0-dev
+ libpolkit-agent-1-dev
+ libpolkit-gobject-1-dev
+ libpulse-dev
+ libtool
+ libupower-glib-dev
+ libx11-dev
+ libx11-xcb-dev
+ libxcb-randr0-dev
+ libxext-dev
+ libxfixes-dev
+ libxi-dev
+ libxkbfile-dev
+ libxrandr-dev
+ xkb-data
+ script:
+ - ./autogen.sh
+ - make
+ - make distcheck
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]