summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_builds.yml
AgeCommit message (Expand)Author
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-08-25CI: Bump various GitHub actions to latest versionsRémi Verschelde
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-07-29CI: Link MoltenVK statically on macOSRémi Verschelde
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-03[macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg
2022-07-02Fix exit code of --help and --version, and test them in CIJan Haller
2022-02-04CI: Force invalidate macOS cacheRémi Verschelde
2022-01-11CI: Rename macOS cache key to force a rebuildRémi Verschelde
2021-09-22CI: Build test binaries with debug symbols, then stripRémi Verschelde
2021-09-14[CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli
2021-08-25Fix CI after concurrencyMax Hilbrunner
2021-08-25CI: Cancel previous builds if new commit is pushedMax Hilbrunner
2021-08-18Fix github actions cache server being down failing buildsGordon MacPherson
2021-02-22CI: Build without debug symbols to reduce cache sizeRémi Verschelde
2020-12-29CI: Force building TextServer fallbackRémi Verschelde
2020-11-09CI: Build with warnings=extra to catch 'em allRémi Verschelde
2020-10-22CI: Set debug_symbols=no for template buildsRémi Verschelde
2020-10-16CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)
2020-10-15CI: upload artifactsumarcor
2020-10-15CI: List contents of bin/ after buildRémi Verschelde
2020-08-23GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio
2020-07-30CI: Show `tests=yes` for builds which run testsAndrii Doroshenko (Xrayez)
2020-07-25CI: Add iOS build on GitHub ActionsRémi Verschelde
2020-07-25SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-24CI: Fix cache key and include base branchRémi Verschelde
2020-07-24Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson
2020-07-24Clamp scons cache to 4096 MBGordon MacPherson
2020-07-21Split CI builds into workflows for each OSAaron Franke