]> danny-edel.de - dspdfviewer.git/commitdiff
travis: don't run latex
authorDanny Edel <mail@danny-edel.de>
Fri, 8 Apr 2016 09:12:29 +0000 (11:12 +0200)
committerDanny Edel <mail@danny-edel.de>
Fri, 8 Apr 2016 09:12:29 +0000 (11:12 +0200)
.travis.yml
_travis/configure

index 31994b14873f647cbea504e10de64c86120bf6ae..e3dae6ac02b22bca7e124960dba22fd143001229 100644 (file)
@@ -10,10 +10,6 @@ qt4_deps: &q4dep
     - xvfb
     - xauth
     - libpoppler-qt4-dev
-    - texlive-latex-recommended
-    - texlive-pictures
-    - latex-beamer
-    - xserver-xorg-video-dummy
 qt5_deps: &q5dep
     - libboost-program-options-dev
     - libboost-test-dev
@@ -24,10 +20,6 @@ qt5_deps: &q5dep
     - qtbase5-dev
     - qttools5-dev
     - qttools5-dev-tools
-    - texlive-latex-recommended
-    - texlive-pictures
-    - latex-beamer
-    - xserver-xorg-video-dummy
 addons:
     apt:
         packages: *q4dep
index 8e29558c62e42b94c2241f7d1f5dc56212bfeba1..f027fc0ddcc7c61e079b0bc4ec7fd19b47548305 100755 (executable)
@@ -11,12 +11,12 @@ CMAKE_PARAMETERS="-DCMAKE_VERBOSE_MAKEFILE=ON"
 
 CMAKE_PARAMETERS+=" -DCMAKE_BUILD_TYPE=Debug"
 
+# Use prerendered PDF
+# rather than install pdflatex
+CMAKE_PARAMETERS+=" -DUsePrerenderedPDF=ON"
+
 # OSX specific stuff
 if [ "$TRAVIS_OS_NAME" = "osx" ] ; then
-       # Use prerendered PDF
-       # rather than install pdflatex
-       CMAKE_PARAMETERS+=" -DUsePrerenderedPDF=ON"
-
        # Skip dual screen tests since we don't have
        # xvfb-run
        CMAKE_PARAMETERS+=" -DRunDualScreenTests=OFF"