We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c26e commit 925958dCopy full SHA for 925958d
Makefile
@@ -216,6 +216,14 @@ build-integration-test-bin-if-missing:
216
cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCMAKE_BUILD_TYPE=Release .. && (make -j 4 || make);\
217
}
218
219
+build-examples:
220
+ @{\
221
+ echo "Building examples to ${EXAMPLES_DIR}";\
222
+ mkdir "${BUILD_DIR}" >/dev/null 2>&1 || true;\
223
+ cd "${BUILD_DIR}";\
224
+ cmake -DCASS_BUILD_INTEGRATION_TESTS=off -DCASS_BUILD_EXAMPLES=on -DCMAKE_BUILD_TYPE=Release .. && (make -j 4 || make);\
225
+ }
226
+
227
_update-rust-tooling:
228
@echo "Run rustup update"
229
@rustup update
0 commit comments