General Developer Action Is complete pack Ci Action For everyone who whant fast deploy, build, anyting without any effort
Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER
- Documentation
- Youtube
- Telegram Support Group
- Contact Developer (check social media or readme profile github)
- Flutter & Dart
- Installing Developer Dependencies
- Including General Developer App For Speed Up Anythings
Example Quickstart script minimal for insight you or make you use this action because very simple
name: General Testing
on:
workflow_dispatch:
jobs:
general-action-test:
name: General Action Test
timeout-minutes: 30
strategy:
# fail-fast: true
matrix:
include:
# check done
- os: macos-latest # build macos
- os: ubuntu-24.04 # build android
- os: windows-latest # build windows
runs-on: ${{ matrix.os }}
steps:
- name: General Developer Action
uses: General-Developer/general-developer-action@0.0.7
with:
flutter_channel: stable
flutter_version: 3.29.0
is_use_cache: true
flutter_cache_key: "flutter-path-${{ runner.os }}-3.29.0"
install_dependencies_developer: "true" # installing git ffmpeg mpv cmake cpp aand more
install_java: "true" # Instalaling java
- name: Mkdir Folder
shell: bash
run: |
mkdir -p another-work
- name: Flutter Version
working-directory: another-work
run: |
flutter --version
Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER