8000 || exit 1 · AthonyLi/arangodb@80cc0ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 80cc0ae

Browse files
author
Andreas Streichardt
committed
|| exit 1
1 parent a14935a commit 80cc0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installation/Jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ SOURCE_DIR=`compute_relative ${DST}/ ${SRC}/`
415415

416416
if [ ! -f Makefile -o ! -f CMakeCache.txt ]; then
417417
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \
418-
cmake ${SOURCE_DIR} ${CONFIGURE_OPTIONS} -G "${GENERATOR}"
418+
cmake ${SOURCE_DIR} ${CONFIGURE_OPTIONS} -G "${GENERATOR}" || exit 1
419419
fi
420420

421421
${MAKE_CMD_PREFIX} ${MAKE} ${MAKE_PARAMS}

0 commit comments

Comments
 (0)
0