godot-cpp/test
Fabio Alessandrelli dcc52f4321 Library SCons boilerplate to build projects.
Works by executing project `SConstruct`s file in a cloned env (a bit
like Godot does for modules) so you don't have to worry about platform
and toolchain setup.

Convert the project test file to work as submodule, add it to CI

Run with:

```
scons build_projects=test,/path/to/other/project
```
2022-02-10 01:44:48 +01:00
..
demo [Demo Project] Add macOS framework templates, update Scons build script and ".gdextension" file. 2022-01-11 10:42:04 +02:00
src Implementing dictionary operators 2021-11-23 19:44:53 +11:00
.gitignore Add `.gitignore` for test, ignore potential log files 2021-11-04 15:42:27 +01:00
CMakeLists.txt Test CMake project with CI (#518) 2021-12-24 01:29:21 +01:00
SConstruct Library SCons boilerplate to build projects. 2022-02-10 01:44:48 +01:00