Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylittlesuite/mobile_ci
A set of images that can be used to build and test mobile applications
https://github.com/mylittlesuite/mobile_ci
android continuous-delivery continuous-integration flutter mobile
Last synced: about 20 hours ago
JSON representation
A set of images that can be used to build and test mobile applications
- Host: GitHub
- URL: https://github.com/mylittlesuite/mobile_ci
- Owner: MyLittleSuite
- License: gpl-3.0
- Created: 2023-11-25T10:07:44.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-07-10T15:01:48.000Z (6 months ago)
- Last Synced: 2024-07-10T17:34:14.963Z (6 months ago)
- Topics: android, continuous-delivery, continuous-integration, flutter, mobile
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Mobile Continuous Integration
The purpose of this project is to create a set of images that can be used to build and test mobile applications.
Strongly inspired from [docker-android](https://github.com/faberNovel/docker-android) repository.### Android
The Android image contains the following software:
* Android SDK (platform-tools, build-tools, platforms)
* Bundler
* Java (OpenJDK 8, 11 and 17)
* jenv
* rbenv### Flutter
The Flutter image contains the following software:
* Android SDK (platform-tools, build-tools, platforms)
* Bundler
* Dart
* Flutter
* FVM
* Java (OpenJDK 8, 11 and 17)
* jenv
* rbenv### Container Registry
The images are available on [Docker Hub](https://hub.docker.com/r/mylittlesuite/mobile_ci).### License
This project is licensed under the terms of the [GNU GPLv3 license](https://choosealicense.com/licenses/gpl-3.0/).