Compose as submodule, scripts for build/test Compose (#830)

- add run configurations for IDEA / Android Studio
- configure CI to use those scripts to build everything: 0.0.0-newci-316 (with desktop/web components)
This commit is contained in:
Igor Demin
2021-06-29 16:58:10 +03:00
committed by GitHub
parent 854de3681c
commit 33a059ddd3
41 changed files with 1251 additions and 0 deletions

8
compose/scripts/testDesktop Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd "$(dirname "$0")"
. ./prepare
pushd ..
./gradlew testComposeJbDesktop $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd