Forgot to add clean to other scripts
This commit is contained in:
parent
abcb25e333
commit
236e3927dc
@ -1,7 +1,7 @@
|
|||||||
set -e
|
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 clean
|
||||||
./gradlew multiplatform-crypto-api:build
|
./gradlew multiplatform-crypto-api:build
|
||||||
cd sodiumWrapper
|
cd sodiumWrapper
|
||||||
echo "Starting mingw libsodium build"
|
echo "Starting mingw libsodium build"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
set -e
|
set -e
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
./gradlew clean
|
||||||
./gradlew multiplatform-crypto-api:build
|
./gradlew multiplatform-crypto-api:build
|
||||||
./gradlew multiplatform-crypto:build
|
./gradlew multiplatform-crypto:build
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user