Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 22, 2023
1 parent 73068cc commit f4e4baf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ echo $COVERALLS_REPO_TOKEN
echo $COVERALLS_SERVICE_NAME
echo $EVENT_NAME

if [ "${EVENT_NAME:-}" == 'push' && "${WITH_ASAN:-}" != "true" ]; then
echo "uploading coveralls
if [ "${EVENT_NAME:-}" == "push" && "${WITH_ASAN:-}" != "true" ]; then
echo "uploading coveralls"
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/
Expand All @@ -77,4 +77,3 @@ if [ "${EVENT_NAME:-}" == 'push' && "${WITH_ASAN:-}" != "true" ]; then
--exclude msencrypt.c --exclude sortshp.c --exclude shptreevis.c --exclude shptree.c --exclude testexpr.c \
--exclude testcopy.c --exclude shptreetst.c --exclude tile4ms.c --extension .c --extension .cpp
fi

0 comments on commit f4e4baf

Please sign in to comment.