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>2019-09-08 15:12:11 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-08 15:12:11 +0300
commit3e6b3eb5e717fdcc46e87d6df93be18a14fd4d74 (patch)
treec7d6ae9532050222ad310f97b78141350d619360 /.gitlab-ci.yml
parentd9b8ffb62147150bb45195444267327cdb040915 (diff)
Adding AppDir target for AppImage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b2706e2f..965956cc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,8 +49,12 @@ appimage:build:
script:
- mkdir $BUILD_FOLDER
- - cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS
+ - cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS -CMAKE_INSTALL_PREFIX=/usr
- make VERBOSE=1 -C $BUILD_FOLDER
+ - make install DESTDIR=AppDir
+ artifacts:
+ paths:
+ - $BUILD_FOLDER/AppDir
only:
refs:
- web