[metacity] add .gitlab-ci.yml
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] add .gitlab-ci.yml
- Date: Sun, 2 Sep 2018 00:11:17 +0000 (UTC)
commit 1b936554f67e075ae35b1f50caa7487c5b383d97
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Sep 2 00:11:13 2018 +0000
add .gitlab-ci.yml
.gitlab-ci.yml | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..0c9dbee5
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,37 @@
+stages:
+ - build
+
+build-ubuntu:
+ image: ubuntu:devel
+ stage: build
+ before_script:
+ - apt-get update
+ - apt-get install -q -y --no-install-recommends
+ autoconf-archive
+ automake
+ gsettings-desktop-schemas-dev
+ libcanberra-gtk3-dev
+ libglib2.0-dev
+ libgtk-3-dev
+ libgtop2-dev
+ libice-dev
+ libpango1.0-dev
+ libsm-dev
+ libstartup-notification0-dev
+ libvulkan-dev
+ libx11-dev
+ libxcomposite-dev
+ libxcursor-dev
+ libxdamage-dev
+ libxext-dev
+ libxfixes-dev
+ libxinerama-dev
+ libxrandr-dev
+ libxrender-dev
+ libxt-dev
+ yelp-tools
+ zenity
+ script:
+ - ./autogen.sh
+ - make
+ - make distcheck
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]