Futured CI/CD Workflows
Reusable GitHub Actions workflows and composite actions for iOS, Android, and Kotlin Multiplatform projects at Futured.
What's Inside
-
iOS Workflows
Self-hosted runner workflows for testing, building, and releasing iOS apps via Fastlane.
-
Android Workflows
Cloud-based workflows for PR checks, nightly builds, and releases to Firebase & Google Play.
-
KMP Workflows
Workflows for Kotlin Multiplatform projects — change detection and combined builds.
-
Composite Actions
Reusable building blocks used by the workflows — environment setup, Fastlane steps, and utilities.
Quick Links
| Platform | Test | Build | Release |
|---|---|---|---|
| iOS | selfhosted-test | selfhosted-nightly-build | selfhosted-release |
| iOS + KMP | selfhosted-test | selfhosted-build | selfhosted-release |
| Android | cloud-check | cloud-nightly-build | Firebase / Google Play |
| KMP | — | combined-nightly-build | — |