summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-6/+6
* Bump version to 4.3.1-rcRémi Verschelde2024-08-151-1/+1
* [CI] Run unit tests on desktop release templatesA Thousand Ships2024-07-181-3/+3
* [CI] Upload build cache before running testsA Thousand Ships2024-07-131-2/+8
* SCons: Bump min version to 3.1.2, test it on CI with one Linux jobRémi Verschelde2024-05-171-1/+1
* [CI] [macOS] Build for both `arm64` and `x86_64`A Thousand Ships2024-04-241-4/+14
* [CI] [macOS] Fix CI with new GitHub runnersA Thousand Ships2024-04-231-1/+1
* CI: Enable submodules on the checkout actionAaron Franke2024-03-151-0/+2
* Use colored output on CI for DoctestHugo Locurcio2023-10-281-1/+1
* CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`Rémi Verschelde2023-09-041-1/+1
* CI: Extract godot-cpp testing into its own jobYuri Sizov2023-08-011-8/+8
* CI: Use GODOT_BASE_BRANCH for the godot-cpp checkoutRémi Verschelde2023-05-181-1/+1
* ci: wait for static check results before starting buildsyedpodtrzitko2023-04-041-1/+2
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-8/+5
* CI: Bump various GitHub actions to latest versionsRémi Verschelde2022-08-251-2/+2
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
* CI: Link MoltenVK statically on macOSRémi Verschelde2022-07-291-1/+6
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* [macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg2022-07-031-1/+1
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+2
* CI: Force invalidate macOS cacheRémi Verschelde2022-02-041-1/+1
* CI: Rename macOS cache key to force a rebuildRémi Verschelde2022-01-111-1/+2
* CI: Build test binaries with debug symbols, then stripRémi Verschelde2021-09-221-1/+6
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-141-93/+37
* Fix CI after concurrencyMax Hilbrunner2021-08-251-1/+1
* CI: Cancel previous builds if new commit is pushedMax Hilbrunner2021-08-251-0/+4
* Fix github actions cache server being down failing buildsGordon MacPherson2021-08-181-0/+2
* CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-221-2/+2
* CI: Force building TextServer fallbackRémi Verschelde2020-12-291-1/+1
* CI: Build with warnings=extra to catch 'em allRémi Verschelde2020-11-091-1/+1
* CI: Set debug_symbols=no for template buildsRémi Verschelde2020-10-221-1/+1
* CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)2020-10-161-3/+4
* CI: upload artifactsumarcor2020-10-151-0/+12
* CI: List contents of bin/ after buildRémi Verschelde2020-10-151-0/+2
* GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio2020-08-231-1/+1
* CI: Show `tests=yes` for builds which run testsAndrii Doroshenko (Xrayez)2020-07-301-1/+1
* CI: Add iOS build on GitHub ActionsRémi Verschelde2020-07-251-1/+1
* SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)2020-07-251-1/+1
* t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-0/+5
* CI: Fix cache key and include base branchRémi Verschelde2020-07-241-12/+10
* Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson2020-07-241-8/+8
* Clamp scons cache to 4096 MBGordon MacPherson2020-07-241-1/+1
* Split CI builds into workflows for each OSAaron Franke2020-07-211-0/+96