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>2021-01-04 11:20:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-04 11:20:42 +0300
commit860408a8b84edde543d3de6439b52967b8e41a23 (patch)
treec4edfbb88e1588811dee7faf46f44af36d4c2cbe /.gitlab-ci.yml
parentf569751f1186e942bd569d5f8a92fde64ad1cba7 (diff)
Adding python dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cef0ff609..859049b7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ ubuntu:devel:
stage: build
before_script:
- apt-get update -qq
- - apt-get install -y -qq libpcre2-8-0 libpcre2-dev
+ - apt-get install -y -qq libpcre2-8-0 libpcre2-dev python3 python3-dev
script:
- mkdir $BUILD_FOLDER
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS
@@ -38,7 +38,7 @@ appimage:build:
only: [chat]
before_script:
- apt-get update -qq
- - apt-get install -y -qq libpcre2-8-0 libpcre2-dev wget
+ - apt-get install -y -qq libpcre2-8-0 libpcre2-dev wget python3 python3-dev
script:
- mkdir $BUILD_FOLDER
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS -DCMAKE_INSTALL_PREFIX=/usr