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:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--snap/snapcraft.yaml2
2 files changed, 4 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
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index aeb702772..c6c95bfea 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -174,6 +174,7 @@ parts:
- libxkbfile-dev
- libwebkit2gtk-4.0-dev
- libpcre2-dev
+ - python3-dev
stage-packages:
- libgpm2
- libssh-4
@@ -272,6 +273,7 @@ parts:
- libpulse0
- pulseaudio
- pulseaudio-utils
+ - python3
- libsndfile1
- libxcb1
- libasyncns0