godotengine / build-containers

Godot engine build containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I want to migrate to other projects, can you provide some suggestions?

zuowanbushiwo opened this issue · comments

This is a very good project, and I have an algorithm library that I plan to handle. But I see that dockerfile has a lot of strong correlations with Godot, so some of them don't understand.

I have a C++ based algorithm library, which has no other dependencies, and is compiled based on cmake syntax. I want
to be able to cross build and output windows, linux, android (arm64-v8a, armeabi-v7a), macos, ios library binary files on a host
machine (such as ubuntu 18.04) just like you, then binary file can be used by its platform applications.

Are there some simple project that can be referred to ?
Thanks!
Best regards,

To answer the question, the containers in this repository are highly specific to Godot. These wouldn't be a good fit to be converted for general-purpose C/C++ use cases. I don't know of any example project that has an easily reusable CI setup, since C/C++ build systems are not very standardized.