openci_runner 0.2.12 openci_runner: ^0.2.12 copied to clipboard
Open CI VM runner
Getting Started 🚀 #
Activate globally via:
dart pub global activate openci_runner
Usage #
-
Create Firebase Project
-
Download Firebase's service account json
-
Run openci_runner
# iOS build
$ openci_runner ios_run -p "firebase-project-id" -s /path/to/firebase_service_account.json
# Android build
$ openci_runner android_run -p "firebase-project-id" -s /path/to/firebase_service_account.json
# Show CLI version
$ openci_runner --version
# Show usage help
$ openci_runner --help