Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 560 Bytes

File metadata and controls

6 lines (4 loc) · 560 Bytes

gitlab-ci-android-fastlane with node

This Docker image contains the Android SDK and most common packages necessary for building Android apps in a CI tool like GitLab CI (Android SDK, git, fastlane). Make sure your CI environment's caching works as expected, this greatly improves the build time, especially if you use multiple build jobs.

This Docker image adds Node to your building process.

Check the original project for more information on how to run locally or in CI routines.