Skip to content

Commit

Permalink
Add safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 21, 2023
1 parent e50cd2f commit 7e4d3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Expand Up @@ -56,10 +56,10 @@ if [ "${RUN_MSAUTOTESTS:-}" = "true" ]; then
fi

if [ "${WITH_ASAN:-}" != "true" ]; then
# upload coverage
set -eu
git config --global --add safe.directory "${WORK_DIR:=..}"
ln -s ../../../src/mapparser.y build/CMakeFiles/mapserver.dir/
ln -s ../../../src/maplexer.l build/CMakeFiles/mapserver.dir/
# upload coverage
coveralls --exclude renderers --exclude mapscript --exclude apache --exclude build/mapscript/mapscriptJAVA_wrap.c \
--exclude build/mapscript/mapscriptPYTHON_wrap.c --exclude map2img.c --exclude legend.c --exclude scalebar.c \
--exclude msencrypt.c --exclude sortshp.c --exclude shptreevis.c --exclude shptree.c --exclude testexpr.c \
Expand Down

0 comments on commit 7e4d3a3

Please sign in to comment.