summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2016-01-04 13:52:54 +0100
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2016-01-04 13:52:54 +0100
commitc20d691ce346f970569bd85f30c5babcb9989b1a (patch)
treecce91b484b45b5f77ef0c3b93912d271c3bb9e87
parentdd6bf1368ca94cbd8fc0d7693c0aea44d365bf7a (diff)
downloadnavit-c20d691ce346f970569bd85f30c5babcb9989b1a.tar.gz
Re-enabled sample map for the linux build
This is needed for the screenshots
-rw-r--r--ci/build_linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_linux.sh b/ci/build_linux.sh
index 4f90d5d98..927e8984c 100644
--- a/ci/build_linux.sh
+++ b/ci/build_linux.sh
@@ -3,7 +3,7 @@ if [[ "${CIRCLE_PROJECT_USERNAME}" == "navit-gps" && "${CIRCLE_BRANCH}" == "trun
export PATH=~/navit/cov-analysis-linux64-7.6.0/bin:$PATH
mkdir bin && cd bin
- cov-build --dir cov-int cmake ../ -Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=n
+ cov-build --dir cov-int cmake ../ -Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=y
cov-build --dir cov-int make || exit -1
tar czvf navit.tgz cov-int
@@ -15,7 +15,7 @@ if [[ "${CIRCLE_PROJECT_USERNAME}" == "navit-gps" && "${CIRCLE_BRANCH}" == "trun
https://scan.coverity.com/builds?project=$CIRCLE_PROJECT_USERNAME
else
mkdir bin && cd bin
- cmake ../ -Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=n|| exit -1
+ cmake ../ -Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=y|| exit -1
make || exit -1
fi
cp -r navit/xpm $CIRCLE_ARTIFACTS