Skip to content

Commit

Permalink
Adds Qt5 for travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice TEXIER committed Jun 30, 2015
1 parent 1dd1754 commit 57a34db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/ci/before_install
Expand Up @@ -4,10 +4,11 @@ echo ""
echo "--------------------------------------------------------------------------------"
echo "Configure PPA:"
sudo apt-get install python-software-properties
echo "yes" | sudo apt-add-repository ppa:sharpie/for-science
echo "yes" | sudo apt-add-repository ppa:sharpie/postgis-stable
echo "yes" | sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-add-repository --yes ppa:sharpie/for-science
sudo apt-add-repository --yes ppa:sharpie/postgis-stable
sudo apt-add-repository --yes ppa:ubuntugis/ubuntugis-unstable
sudo apt-add-repository --yes ppa:ubuntu-sdk-team/ppa
sudo apt-get update -qq

echo ""
echo "--------------------------------------------------------------------------------"
Expand All @@ -17,4 +18,4 @@ sudo apt-cache search postgis
echo ""
echo "--------------------------------------------------------------------------------"
echo "Install packages:"
sudo apt-get install -qq libgeos-dev libgeos++-dev libproj-dev postgresql-9.3-postgis-2.1 graphicsmagick tesseract-ocr tesseract-ocr-fra tesseract-ocr-eng tesseract-ocr-spa pdftk libreoffice poppler-utils poppler-data ghostscript
sudo apt-get install -qq libgeos-dev libgeos++-dev libproj-dev postgresql-9.3-postgis-2.1 graphicsmagick tesseract-ocr tesseract-ocr-fra tesseract-ocr-eng tesseract-ocr-spa pdftk libreoffice poppler-utils poppler-data ghostscript libqt5webkit5-dev

0 comments on commit 57a34db

Please sign in to comment.