Giter Site home page Giter Site logo

daylily-zeleen / godot-exporter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vini-guerrero/godot-exporter

0.0 0.0 0.0 1.11 MB

Godot Engine Automation Pipeline Android – iOS – Linux – MacOS – Windows – HTML5 – Itch.io.

License: MIT License

Dockerfile 2.75% Shell 94.13% JavaScript 3.12%

godot-exporter's Introduction

Godot-Exporter

Godot Engine CI/CD Automation Pipeline For Public and Private Repositories

GitHub Stars GitHub Contributors Alphtech Studio Discord Server

CI/CD Artifacts Example

CI/CD

Automated Export Pipeline Supports

  • Android
  • iOS (XCode Project)
  • Linux
  • Mac OSX
  • Windows Desktop
  • HTML5

Action Environment Variables

  • GODOT_VERSION: "3.3.2" | string
  • GODOT_RELEASE: "stable" | string
  • EXPORT_NAME: "GameFileName" | string
  • EXPORT_PATH: "gameDirectory" | string
  • EXPORT_PLATFORMS: "Android|iOS|Linux|Mac OSX|Windows Desktop|HTML5" | string
  • EXPORT_MODE: "release or debug" | string
  • PUBLISH_ITCH_IO: "true or false" | string

Publishing Platform Integration

  • Itch.io: (Android|iOS|Linux|MacOS|Windows|Web) - Work-In-Progress

Environment Example

Create action file:

repository_name/.github/workflows/example.yml

name: "Example Dispatch Trigger Export"
on:
  workflow_dispatch:
    inputs:
      export_platforms:
        description: "Export Platforms"
        required: true
        default: "Android|iOS|Linux|Mac OSX|Windows Desktop|HTML5"

env:
  GODOT_VERSION: 3.3.2
  GODOT_RELEASE: stable
  EXPORT_NAME: game
  EXPORT_PATH: gameDir
  EXPORT_PLATFORMS: ${{ github.event.inputs.export_platforms }}
  EXPORT_MODE: "debug"
  PUBLISH_ITCH_IO: "false"
  K8S_SECRET_RELEASE_KEYSTORE_BASE64: ${{ secrets.K8S_SECRET_RELEASE_KEYSTORE_BASE64 }}
  K8S_SECRET_RELEASE_KEYSTORE_USER: ${{ secrets.K8S_SECRET_RELEASE_KEYSTORE_USER }}
  K8S_SECRET_RELEASE_KEYSTORE_PASSWORD: ${{ secrets.K8S_SECRET_RELEASE_KEYSTORE_PASSWORD }}

jobs:
  export:
    name: "Godot Project Export"
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Export Game
        uses: vini-guerrero/godot-exporter@master

godot-exporter's People

Contributors

andrea-miele avatar dependabot[bot] avatar vini-guerrero avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.