summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-12-03 19:25:10 -0800
committerPierre Grandin <grandinp@gmail.com>2017-12-03 19:25:10 -0800
commitf4c9ba44605eeca7833b063cb04005185d68eb9c (patch)
treef8d02030d1be82ae7e56a5ae89c5c57000454d8f
parent5d9f885fb541a3059774773b037278058dca85ce (diff)
downloadnavit-linux_ci.tar.gz
Moved linux deps install to another steplinux_ci
-rw-r--r--ci/build_linux.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/build_linux.sh b/ci/build_linux.sh
index 4b0c09677..4105cc1d7 100644
--- a/ci/build_linux.sh
+++ b/ci/build_linux.sh
@@ -4,8 +4,6 @@ set -e
COVERITY_VERSION="2017.07"
BUILD_PATH="linux"
-apt-get install -y libpng12-dev librsvg2-bin libfreetype6-dev libdbus-glib-1-dev libgtk2.0-dev curl
-
cmake_opts="-Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=n -Dgraphics/gtk_drawing_area:BOOL=TRUE"
[ -d $BUILD_PATH ] || mkdir -p $BUILD_PATH