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 009ce18 commit 5a5f769Copy full SHA for 5a5f769
ci/tiledb-java-linux_osx-release.yml
@@ -19,7 +19,7 @@ steps:
19
fi
20
21
if [[ ( "$AGENT_OS" == "Darwin" ) ]]; then
22
- ./gradlew assemble
+ ./gradlew -PTILEDB_AZURE=ON assemble
23
cp ./build/tiledb_jni/*.dylib ./build/install/lib/*.dylib $BUILD_BINARIESDIRECTORY
24
25
0 commit comments