Skip to content

Commit e4aa2a5

Browse files
committed
ci/travis/before_install.sh: use mainstream coveralls
1 parent fdad948 commit e4aa2a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/travis/after_success.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1012
fi

ci/travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo apt-get install --allow-unauthenticated protobuf-c-compiler libprotobuf-c0-
1212
sudo apt-get install --allow-unauthenticated libmono-system-drawing4.0-cil mono-mcs
1313
sudo apt-get install --allow-unauthenticated php5-dev || sudo apt-get install --allow-unauthenticated php7-dev
1414
sudo 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)
1717
wget http://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz
1818
export CC="ccache gcc"

0 commit comments

Comments
 (0)