libsodium_wasm_experimental/macBuildAndPublish-pure-mac.sh
2020-08-09 15:00:43 +02:00

7 lines
229 B
Bash
Executable File

set -e
#!/bin/sh
#this will hopefully download all konan dependancies that we use in the build scripts
./gradlew multiplatform-crypto-api:build
./gradlew multiplatform-crypto:publishMacosX64PublicationToSnapshotRepository
set +e