Skip to content

Commit

Permalink
ci: build static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Sep 12, 2024
1 parent d4c64c0 commit 3481846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ build-integration-test-bin:
echo "Building integration test binary to ${INTEGRATION_TEST_BIN}";\
mkdir "${BUILD_DIR}" >/dev/null 2>&1 || true;\
cd "${BUILD_DIR}";\
cmake -DCASS_BUILD_INTEGRATION_TESTS=ON .. && (make -j 4 || make);\
cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCASS_USE_STATIC_LIBS=ON .. && (make -j 4 || make);\
}

build-integration-test-bin-if-missing:
Expand Down

0 comments on commit 3481846

Please sign in to comment.