-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Google moved the android studio plugin to the AOSP and JetBrains is not maintaining the aswb part. The code is only kept for reference and to reduce merge conflicts.
- Loading branch information
Showing
1 changed file
with
1 addition
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,2 @@ | ||
--- | ||
tasks: | ||
Android-Studio-internal-stable: | ||
name: Android Studio Internal Stable | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-latest | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-latest | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
Android-Studio-internal-beta: | ||
name: Android Studio Internal Beta | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-beta | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-beta | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
Android-Studio-internal-canary: | ||
name: Android Studio Internal Canary | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-canary | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-canary | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
soft_fail: | ||
- exit_status: 1 | ||
Android-Studio-OSS-oldest-stable: | ||
name: Android Studio OSS Oldest Stable | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-oss-oldest-stable | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-oss-oldest-stable | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
Android-Studio-OSS-latest-stable: | ||
name: Android Studio OSS Latest Stable | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-oss-latest-stable | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-oss-latest-stable | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
Android-Studio-OSS-under-dev: | ||
name: Android Studio OSS Under Development | ||
platform: ubuntu2204 | ||
build_flags: | ||
- --define=ij_product=android-studio-oss-under-dev | ||
build_targets: | ||
- //aswb/... | ||
test_flags: | ||
- --define=ij_product=android-studio-oss-under-dev | ||
- --test_output=errors | ||
test_targets: | ||
- //:aswb_tests | ||
soft_fail: | ||
- exit_status: 1 | ||
|
||
tasks: |