r20963 by mrdocs -

scribus-commit scribus-commit at lists.scribus.net
Wed Feb 10 04:54:50 UTC 2016


Author: mrdocs
Date: Wed Feb 10 04:54:50 2016
New Revision: 20963

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20963
Log:
fix for http://bugs.scribus.net/view.php?id=13718

Modified:
    trunk/Scribus/.travis.yml

Modified: trunk/Scribus/.travis.yml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20963&path=/trunk/Scribus/.travis.yml
==============================================================================
--- trunk/Scribus/.travis.yml	(original)
+++ trunk/Scribus/.travis.yml	Wed Feb 10 04:54:50 2016
@@ -57,13 +57,14 @@
       fi;
     cmake . -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
     fi
   
 
   - if [ $TRAVIS_OS_NAME = osx -a $CC = clang ]; then
       cmake . -DCMAKE_PREFIX_PATH=/usr/local/opt/zlib -DBUILD_OSX_BUNDLE=1 -DQT_PREFIX=/usr/local/opt/qt5 -DWANT_HUNSPELL=1 -DWITH_PODOFO=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_DEBUG=0 -DWANT_SVNVERSION=0 -DWANT_GUI_LANG=en_US;
       make -j8; 
-      make install;
+     # make install;
     fi
     
 notifications:




More information about the scribus-commit mailing list