Age | Commit message (Expand) | Author |
2022-08-25 | CI: Bump various GitHub actions to latest versions | Rémi Verschelde |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-07-02 | Fix exit code of --help and --version, and test them in CI | Jan Haller |
2022-03-30 | CI: Reduce max cache to 7 GiB, remove Windows debug symbols | Rémi Verschelde |
2022-03-28 | CI: Limit Windows cache size again, otherwise we run out of space | Rémi Verschelde |
2022-03-23 | CI: Update to actions/cache@v3, increase cache limit to 10 GiB | Rémi Verschelde |
2021-09-22 | CI: Build test binaries with debug symbols, then strip | Rémi Verschelde |
2021-09-14 | [CI] Refactor CI actions, use sub-actions, matrices. | Fabio Alessandrelli |
2021-08-25 | Fix CI after concurrency | Max Hilbrunner |
2021-08-25 | CI: Cancel previous builds if new commit is pushed | Max Hilbrunner |
2021-08-18 | Fix github actions cache server being down failing builds | Gordon MacPherson |
2021-05-19 | pywin32 is no longer necessary for SCons install | Bartłomiej T. Listwon |
2021-02-22 | CI: Build without debug symbols to reduce cache size | Rémi Verschelde |
2021-02-13 | Use github actions cache not my own one. | Gordon MacPherson |
2020-12-29 | CI: Force building TextServer fallback | Rémi Verschelde |
2020-12-04 | CI: Shrink Windows cache to 3GB, we run out of disk space | Rémi Verschelde |
2020-10-22 | CI: Set debug_symbols=no for template builds | Rémi Verschelde |
2020-10-16 | CI: Refactor build workflows to use `SCONSFLAGS` | Andrii Doroshenko (Xrayez) |
2020-10-15 | CI: upload artifacts | umarcor |
2020-10-15 | CI: List contents of bin/ after build | Rémi Verschelde |
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 | 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 |
2020-07-24 | CI: Fix cache key and include base branch | Rémi Verschelde |
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 |