Coder Social home page Coder Social logo

godot-ci's Introduction

godot-ci

Docker image to export Godot Engine games and deploy to GitLab/GitHub Pages and Itch.io using GitLab CI and GitHub Actions.

Based on abarichello/godot-ci

Docker Hub

https://hub.docker.com/r/nicolanore/godot-ci/

How To Use

You can launch an export with godot --headless -v --export "HTML5" build/html5/index.html

Here is an example Github Action to export a project :

name: "godot-ci export"
on: push

env:
  GODOT_VERSION: 4.0-beta4
  EXPORT_NAME: restodot

jobs:
  export-web:
    name: Web Export
    runs-on: ubuntu-20.04
    container:
      image: "nicolanore/godot-ci:4.0-beta4"
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          lfs: true
      - name: Setup
        run: |
          mkdir -v -p ~/.local/share/godot/
          ln -s /root/.local/share/godot/export_templates ~/.local/share/godot/export_templates
      - name: Web Build
        run: |
          mkdir -v -p build/html5
          godot --headless -v --export "HTML5" build/html5/index.html

godot-ci's People

Contributors

nicolanore avatar

Stargazers

 avatar

Watchers

 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.