Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-06 13:33:08 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-06 13:33:08 +0300
commit58bdcd96af17dfd9463b25dcbb75a2889d40ff42 (patch)
tree00a06a23138ff86746c236d9e94564cc8099c7ec /.gitlab-ci.yml
parent9d307c45524dea7629294a238432a657c40dd938 (diff)
CI optimisations
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1aedffee3..8dd12c7ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,9 +50,12 @@ ubuntu:devel:
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS
- make VERBOSE=1 -C $BUILD_FOLDER
only:
+ - branches
- tags
- web
- schedules
+ except:
+ - master
flatpak:test:
# image: fedora:latest
@@ -63,7 +66,7 @@ flatpak:test:
python-software-properties
- add-apt-repository $FLATPAK_PPA -y
- apt-get update -qq
- - apt-get install -y -qq flatpak-builder flatpak
+ - apt-get install -y -qq flatpak-builder flatpak build-essential git-core
- flatpak --user remote-add --if-not-exists flathub $FLATHUB_REPO
script:
- /bin/sh -xe ./flatpak/flatpak-build.sh
@@ -75,6 +78,9 @@ flatpak:test:
paths:
- .flatpak-builder/cache
only:
+ - branches
- tags
- web
- schedules
+ except:
+ - master