Log at the end of windows script
This commit is contained in:
parent
21d0c9929f
commit
06f4af0783
@ -14,5 +14,6 @@ echo "completed libsodium build"
|
|||||||
cd ..
|
cd ..
|
||||||
#and then libsodium bindings
|
#and then libsodium bindings
|
||||||
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:build || exit 1
|
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:build || exit 1
|
||||||
|
echo "Script completed"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
@ -14,5 +14,6 @@ echo "completed libsodium build"
|
|||||||
cd ..
|
cd ..
|
||||||
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:build || exit 1
|
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:build || exit 1
|
||||||
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:publishMingwX64PublicationToSnapshotRepository || exit 1
|
./gradlew --no-daemon multiplatform-crypto-libsodium-bindings:publishMingwX64PublicationToSnapshotRepository || exit 1
|
||||||
|
echo "Script completed"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user