Fix build script typos and missing configuration
This commit is contained in:
parent
d609885cfc
commit
791d8d2ca7
@ -4,6 +4,7 @@ set -e
|
|||||||
./gradlew multiplatform-crypto-api:build
|
./gradlew multiplatform-crypto-api:build
|
||||||
#now let's build linux deps
|
#now let's build linux deps
|
||||||
cd sodiumWrapper
|
cd sodiumWrapper
|
||||||
|
./makeMacosX86-64.sh
|
||||||
./makeIos.sh
|
./makeIos.sh
|
||||||
#now we can do the delegated build of ios and macos libraries
|
#now we can do the delegated build of ios and macos libraries
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -2,7 +2,7 @@ set -e
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#this will hopefully download all konan dependancies that we use in the build scripts
|
#this will hopefully download all konan dependancies that we use in the build scripts
|
||||||
./gradlew multiplatform-crypto-api:build
|
./gradlew multiplatform-crypto-api:build
|
||||||
./gradlew multiplatform-crypto:publishIos32ArmPublicationToSnapshotRepository \
|
./gradlew multiplatform-crypto:publishIosArm32PublicationToSnapshotRepository \
|
||||||
multiplatform-crypto:publishIos64ArmPublicationToSnapshotRepository \
|
multiplatform-crypto:publishIosArm64PublicationToSnapshotRepository \
|
||||||
multiplatform-crypto:publishIosPublicationToSnapshotRepository
|
multiplatform-crypto:publishIosPublicationToSnapshotRepository
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user