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>2020-10-09 16:43:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-10-09 16:43:45 +0300
commit688e947c6be146628d903012699009221fbd379c (patch)
treee458f108f8c6c56acd89103ac4676848e8188d44 /.gitlab-ci.yml
parent77832afed28899aadf274ef77340a87d66f714e9 (diff)
Implementing text search in the SSH plugin
* Regular expressions * Match case * Wrap around * Whole word Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa87807bb..5f056cfe5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,7 @@ ubuntu:devel:
stage: build
before_script:
- apt-get update -qq
+ - apt-get install -y -qq libpcre2-8-0 libpcre2-dev
script:
- mkdir $BUILD_FOLDER
@@ -60,10 +61,11 @@ ubuntu:devel:
appimage:build:
# image: ubuntu:devel
# stage: cross_environment
- image: registry.gitlab.com/remmina/remmina/ubuntu:16.04
+ image: registry.gitlab.com/remmina/remmina/ubuntu:18.04
stage: build
before_script:
- apt-get update -qq
+ - apt-get install -y -qq libpcre2-8-0 libpcre2-dev wget
script:
- mkdir $BUILD_FOLDER
@@ -93,8 +95,6 @@ appimage:build:
expire_in: 7 days
only:
refs:
- - merge_requests
- - tags
- web
- schedules