summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* Remove CI jobs that do not match GodotSpartan3222024-10-161-12/+0
* Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-7/+22
|\
| * CI: Add MinGW/GCC build to Windows GHAThaddeus Crews2024-10-101-6/+21
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-3/+23
|/
* Style: Format yaml filesThaddeus Crews2024-09-131-10/+11
* [Core] Optionally delete `Ref` `nullptr` comparisonsA Thousand Ships2024-09-121-1/+1
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-0/+11
* [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
* [CI] Enable ANGLE static linking.bruvzg2024-05-281-1/+12
* SCons: Bump min version to 3.1.2, test it on CI with one Linux jobRémi Verschelde2024-05-171-1/+1
* CI: Enable submodules on the checkout actionAaron Franke2024-03-151-0/+2
* Add new VS proj generation logic that supports any platform that wants to opt inAndreia Gaita2024-01-311-1/+1
* Add a python script to install Direct3D 12 SDK components.MrBBBaiXue2024-01-241-22/+3
* Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-1/+23
* 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: Fix running the unit tests on windowsRedworkDE2023-05-101-1/+1
* [ci/windows] remove obsolete 'tools' in the nameumarcor2023-04-051-1/+1
* ci: wait for static check results before starting buildsyedpodtrzitko2023-04-041-1/+2
* Add MSVC problem matcher to CIJosh Jones2022-11-111-1/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+1
* Various enhancements to Visual Studio solution generation.TechnoPorg2022-10-041-1/+1
* 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
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+2
* CI: Reduce max cache to 7 GiB, remove Windows debug symbolsRémi Verschelde2022-03-301-1/+2
* CI: Limit Windows cache size again, otherwise we run out of spaceRémi Verschelde2022-03-281-1/+2
* CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde2022-03-231-1/+1
* CI: Build test binaries with debug symbols, then stripRémi Verschelde2021-09-221-2/+7
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-141-108/+51
* 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
* pywin32 is no longer necessary for SCons installBartłomiej T. Listwon2021-05-191-2/+2
* CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-221-2/+2
* Use github actions cache not my own one.Gordon MacPherson2021-02-131-1/+1
* CI: Force building TextServer fallbackRémi Verschelde2020-12-291-1/+1
* CI: Shrink Windows cache to 3GB, we run out of disk spaceRémi Verschelde2020-12-041-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-16/+10
* 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
* 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