Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-23 | GitHub Actions: Prepend emoji to platform names for easy visual grepping | Hugo Locurcio | |
2020-07-30 | CI: Show `tests=yes` for builds which run tests | Andrii Doroshenko (Xrayez) | |
2020-07-25 | CI: Add iOS build on GitHub Actions | Rémi Verschelde | |
2020-07-25 | SCons: Add `tests` option to enable or disable unit tests | Andrii Doroshenko (Xrayez) | |
2020-07-24 | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | |
Implements exit codes into the engine so tests can return their statuses. Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically. Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header. This lowers the complexity of running the unit tests and even for physics should be possible to implement such a fix. | |||
2020-07-24 | CI: Fix cache key and include base branch | Rémi Verschelde | |
The base branch is hardcoded as an env variable as I couldn't find a simple way to just get either `3.2` or `master`. But it's easy to change when we branch off from `master` to a new stable branch, which doesn't happen often. (There's `{{github.base_ref}}` but it's probably more verbose like `ref/heads/master`, and only valid for PRs.) | |||
2020-07-24 | Improve the cache keys to prevent clashes for the wrong type of build | Gordon MacPherson | |
2020-07-24 | Clamp scons cache to 4096 MB | Gordon MacPherson | |
2020-07-21 | Split CI builds into workflows for each OS | Aaron Franke | |