-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci emulator: Cache AVD emulator setup to speed up repeated jobs (#202)
Our CI currently builds and runs the emulator three times, once for every possible APK source. It is possible to speed up this setup by only building the image once as per [1] and storing it using GitHub's cache system. [1]: https://github.com/ReactiveCircus/android-emulator-runner#usage
- Loading branch information
Showing
1 changed file
with
41 additions
and
6 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