[gnome-calculator/wip/3v1n0/ci-tests] gitlab-ci: also build snap package
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/wip/3v1n0/ci-tests] gitlab-ci: also build snap package
- Date: Wed, 12 Sep 2018 11:55:39 +0000 (UTC)
commit 538693b3c192cdbebfb795c133e09f515f4296f4
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Tue Sep 11 08:26:39 2018 -0500
gitlab-ci: also build snap package
.gitlab-ci.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e02e5cf..733b535d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,17 @@ build:ubuntu:
<<: *ubuntu_before_script
<<: *meson_build
+build:snap:
+ stage: build
+ image: snapcore/snapcraft
+ before_script:
+ - apt-get install -q -y --no-install-recommends software-properties-common
+ - add-apt-repository ppa:ubuntu-desktop/gnome-3-26
+ script: snapcraft
+ allow_failure: true
+ artifacts:
+ paths: ['./*.snap']
+
test:ubuntu:
dependencies:
- build:ubuntu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]