Browse Source
* add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) * add scripts to test compose modules (from androidx fork) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>pull/1276/head
Oleksandr Karpovich
3 years ago
committed by
GitHub
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
#!/bin/bash |
||||
|
||||
cd "$(dirname "$0")" |
||||
. ./prepare |
||||
|
||||
pushd .. |
||||
# used in https://github.com/JetBrains/androidx/tree/jb-main/.github/workflows |
||||
./gradlew testComposeModules testComposeJbDesktop $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1 |
||||
popd |
Loading…
Reference in new issue