Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish artifacts from running multiple orientations per device (#168)
* Enable multiple orientations per device feature * Fix doc error * Publish artifacts on every push * Fixed syntax * Reverted to remove orientation in CI (requires user permission on mac) * Run imagemagick install in background * Removed multiple locales * Removed attempt to tag in build * Removed start of emulator in CI * Added android test on cirrus * Added custom docker build dependency to cirrus build * Removed emulator on CI start test * Set default config.ini * Change to Nexus 6 with no skin * Corrected name of emulator * Adjust emulator config * Fixed syntax * Change to supported Nexus 6P * Run only android task * Fix emulator name * Added hardware acceleration and configure emulator * Change name of device to match running emulator * Fix isEmulator from flutter daemon when emulator is running * Publish screenshots from linux * Collect artifacts * Verbose emulator * Removed override of emulator bool * Added progress indicator * Removed start emulator in CI * Added test for clearing fastlane directories * Improved test * Use check for CI to tests only * Fixed test * Fixed test * Add check for valid emulator id for debug on CI * Remove old arm support when on CI * When no orientation specified in config, default to Portrait * Fix publishing artifacts * Remove use of headless emulator * Try another emulator config * Replace hack for running emulator in CI * Wait for emulator right before testing * Quote path to artifacts * Add gradle caching * Add more gradle caching * Remove bogus command * Fix cache cleanup * Run in landscape * Get arch of running emulator * Removed reconfig * Changed caching * Fixed syntax * Fixed syntax * Changed from git to path * Accept licenses * Ignore licenses * Add multiple orientations * Clean cache * Compare with matched case * Fix cache cleanup * Change emulator name to upper case * Reconfig emulator * Ignore cd and EMULATOR_NAME * Fixed name of avd and cat config * Fixed name of artifacts bundle * Add checks for type of device * Fixed emulator comparison * Look at ini file * Added hack to daemon client for CI * Removed isCI() from tests * Cleanup test * Added device, emulator equality * Relocated imagemagick installed check * Updated README * Added more expects * Re-implemented image processor test * Re-enabled other builds * Fixed test on CI * Run imagemagick install in background * Install imagemagick earlier * Set fake operating system earlier * Fixed typo * Remove a log message * Minor change * Re-ordered guides * Cleanup test * Allow failure on macos * Fix issue with guide test * Add fake process calls to guide test * Pin version of dart for unit tests * Add coverage * Pin version of coverage * If verbose set run driver with verbose * Fix imagemagick install on macos, pin coverage * Set emulator name to upper case * set verbose default to false * Removed unused code and tests * Run log in background * Added comments * Improved tests * Extend hack to work on windows * Fix for appveyor * Fix for cirrus * Debug on cirrus * Fix for appveyor * Default to no CI, removed test for CI * Change config on cirrus * Removed debug * Reverted to known working config
- Loading branch information