r21688 by mrdocs - Add appimage building script resolves #14499

scribus-commit scribus-commit at lists.scribus.net
Thu Dec 29 23:04:42 UTC 2016


Author: mrdocs
Date: Thu Dec 29 23:04:42 2016
New Revision: 21688

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21688
Log:
Add appimage building script  resolves #14499

Modified:
    trunk/Scribus/.travis.yml

Modified: trunk/Scribus/.travis.yml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21688&path=/trunk/Scribus/.travis.yml
==============================================================================
--- trunk/Scribus/.travis.yml	(original)
+++ trunk/Scribus/.travis.yml	Thu Dec 29 23:04:42 2016
@@ -62,9 +62,10 @@
       else
         export NPROC=1;
       fi;
-    cmake . -DWANT_HUNSPELL=1 -DWITH_PODOFO=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_DEBUG=0 -DWANT_SVNVERSION=0 -DWANT_GUI_LANG=en_US -DCMAKE_INSTALL_PREFIX=~/.local;
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWANT_HUNSPELL=1 -DWITH_PODOFO=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_DEBUG=0 -DWANT_SVNVERSION=0 -DWANT_GUI_LANG=en_US;
     make -j"$NPROC";
     make install;
+    bash -ex ./AppImage-package/bundle.sh;
     fi
 
   - if [ $TRAVIS_OS_NAME = osx -a $CC = clang ]; then




More information about the scribus-commit mailing list