Forgot to add clean to other scripts
This commit is contained in:
parent
abcb25e333
commit
236e3927dc
@ -1,7 +1,7 @@
|
||||
set -e
|
||||
#!/bin/sh
|
||||
#this will hopefully download all konan dependancies that we use in the build scripts
|
||||
|
||||
./gradlew clean
|
||||
./gradlew multiplatform-crypto-api:build
|
||||
cd sodiumWrapper
|
||||
echo "Starting mingw libsodium build"
|
||||
|
@ -1,5 +1,6 @@
|
||||
set -e
|
||||
#!/bin/sh
|
||||
./gradlew clean
|
||||
./gradlew multiplatform-crypto-api:build
|
||||
./gradlew multiplatform-crypto:build
|
||||
set +e
|
||||
|
Loading…
x
Reference in New Issue
Block a user