Oleksandr Karpovich
4 years ago
committed by
GitHub
3 changed files with 25 additions and 1 deletions
@ -0,0 +1,8 @@
|
||||
#!/bin/bash |
||||
|
||||
cd "$(dirname "$0")" |
||||
. ./prepare |
||||
|
||||
pushd .. |
||||
./gradlew buildNativeDemo $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1 |
||||
popd |
Loading…
Reference in new issue