File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ if [ "$BUILD_NAME" != "PHP_7.2_WITH_ASAN" ]; then
66 echo " $TRAVIS_SECURE_ENV_VARS "
77 echo " $TRAVIS_BRANCH "
88 sh -c ' if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "master"; then echo "run coverage"; ./run_code_coverage_upload.sh; fi'
9+ ln -s ../../../mapparser.y build/CMakeFiles/mapserver.dir/
10+ ln -s ../../../maplexer.l build/CMakeFiles/mapserver.dir/
911 coveralls --exclude renderers --exclude mapscript --exclude apache --exclude build/mapscript/mapscriptJAVA_wrap.c --exclude build/mapscript/mapscriptPYTHON_wrap.c --exclude shp2img.c --exclude legend.c --exclude scalebar.c --exclude msencrypt.c --exclude sortshp.c --exclude shptreevis.c --exclude shptree.c --exclude testexpr.c --exclude sym2img.c --exclude testcopy.c --exclude shptreetst.c --exclude tile4ms.c --extension .c --extension .cpp
1012fi
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sudo apt-get install --allow-unauthenticated protobuf-c-compiler libprotobuf-c0-
1212sudo apt-get install --allow-unauthenticated libmono-system-drawing4.0-cil mono-mcs
1313sudo apt-get install --allow-unauthenticated php5-dev || sudo apt-get install --allow-unauthenticated php7-dev
1414sudo apt-get install --allow-unauthenticated libperl-dev
15- sudo pip install git+git://github.com/tbonfort/ cpp-coveralls.git@extensions
15+ sudo pip install cpp-coveralls
1616# install swig 3.0.12 (defaults to 2.0.11 on trusty)
1717wget http://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz
1818export CC=" ccache gcc"
You can’t perform that action at this time.
0 commit comments