You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.sh
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
28
28
travis_time_end
29
29
30
30
travis_time_start setup.apt-get_install
31
-
ret=1;while [ $ret!= 0 ];do sudo apt-get install -qq -y git make gcc g++ libjpeg-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng-dev xfonts-100dpi xfonts-75dpi libbullet-dev && ret=0 ||echo"failed, retry";done# msttcorefonts could not install on 14.04 travis
31
+
ret=1;while [ $ret!= 0 ];do sudo apt-get install -qq -y git make gcc g++ libjpeg-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng-dev xfonts-100dpi xfonts-75dpi pkg-config libbullet-dev && ret=0 ||echo"failed, retry";done# msttcorefonts could not install on 14.04 travis
32
32
if [ "`uname -m`"=="x86_64" ] ;then sudo apt-get install -qq -y texlive-latex-base ptex-bin latex2html nkf poppler-utils ||echo"ok";fi# 16.04 does ont have ptex bin
33
33
travis_time_end
34
34
@@ -38,10 +38,10 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
0 commit comments