Skip to content

Commit 13d659d

Browse files
committed
Jenkins: Specify debug build, so tests get built
1 parent bb6981f commit 13d659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/jenkins_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone ssh://[email protected]/couchbase/couchbase-lite-core-EE --branch $BRANCH
2828
ulimit -c unlimited # Enable crash dumps
2929
mkdir -p "couchbase-lite-core/build_cmake/x64"
3030
pushd "couchbase-lite-core/build_cmake/x64"
31-
cmake -DBUILD_ENTERPRISE=ON ../..
31+
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_ENTERPRISE=ON ../..
3232
make -j8
3333

3434
# Note only for macOS

0 commit comments

Comments
 (0)