Skip to content

Repository files navigation

godot-cpp-ci

Docker image and Github Actions to automatically compile Godot C++ GDExtension libraries.

Github Actions:

🏁 Windows Builds 🐧 Linux Builds 🍎 macOS Builds 🍏 iOS Builds 🤖 Android Builds 🌐 Web Builds

Exported HMTL5 build is deployed here.

Gitlab Runners:

Pipeline Status

Heavily inspired and based on both the CI/CD provided by godot-ci and the automated workflow of Godot itself.

Docker Hub

https://hub.docker.com/r/ponders/godot-cpp-ci/

Gitlab Mirror

This repository is mirrored to Gitlab here.

How To Use

.gitlab-ci.yml and .github/workflows/*.yml are included in this project as reference. In most cases, just copying them to your own repository does the job.

Availability Matrix

Github Gitlab
Windows ✔️ ✔️
Linux ✔️ ✔️
macOS ✔️
iOS ✔️
Android ✔️
Web ✔️

Frequently Asked Questions (FAQ)

1. Why is the version of Emscripten set to 4.0.11 and not to the lastest one?

Later versions of Emscripten might introduce breaking changes that are not compatible with the Godot API.
The Emscripten version used by Godot can be checked here:
https://github.com/godotengine/godot/blob/master/.github/workflows/web_builds.yml

2. Can thread support be enabled for GitHub pages?

No, unless Github pages starts supporting SharedArrayBuffer in a future update.

About

Docker image and Github Actions to automatically compile Godot C++ GDNative libraries.

Topics

Resources

Stars

36 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages