[gnome-calculator/wip/3v1n0/ci-tests] gitlab-ci: also build snap package



commit b047f890087ac17ef3f760de26e3911c79a75824
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 | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e02e5cf..c2915296 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,15 @@ build:ubuntu:
   <<: *ubuntu_before_script
   <<: *meson_build
 
+build:snap:
+  stage: build
+  image: snapcore/snapcraft
+  before_script:
+    - apt-get install software-properties-common
+    - add-apt-repository -u ppa:ubuntu-desktop/gnome-3-26
+  script: snapcraft
+  allow_failure: true
+
 test:ubuntu:
   dependencies:
     - build:ubuntu


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