2020-06-11 17:46:26 +02:00
|
|
|
set -e
|
|
|
|
#!/bin/sh
|
|
|
|
#this will hopefully download all konan dependancies that we use in the build scripts
|
|
|
|
./gradlew multiplatform-crypto-api:build
|
2020-08-09 10:59:21 +02:00
|
|
|
./gradlew multiplatform-crypto:publishTvosArm64PublicationToSnapshotRepository \
|
|
|
|
multiplatform-crypto:publishTvosX64PublicationToSnapshotRepository
|
2020-07-07 20:22:08 +02:00
|
|
|
|
2020-06-11 17:46:26 +02:00
|
|
|
set +e
|