summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-8/+8
* 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-5/+6
* [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/+12
* CI: Enable submodules on the checkout actionAaron Franke2024-03-151-0/+2
* CI: Update actions to latest versions, use default runner .NET versionRémi Verschelde2024-02-221-6/+0
* C#: Run source generators tests in CIRaul Santos2024-02-191-0/+5
* Add Wayland supportRiteo2024-01-301-0/+5
* Use colored output on CI for DoctestHugo Locurcio2023-10-281-1/+1
* CI: Workaround recently broken add-apt-repository on GHARémi Verschelde2023-10-121-1/+2
* CI: Switch mesa PPA from kisak-mesa to turtleRémi Verschelde2023-10-111-1/+1
* CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`Rémi Verschelde2023-09-041-2/+2
* CI: Propagated error code when glue generation failsRémi Verschelde2023-08-211-1/+1
* Merge pull request #73777 from myaaaaaaaaa/enable-tsanYuri Sizov2023-08-041-0/+11
|\
| * Add a Linux ThreadSanitizer job to CImyaaaaaaaaa2023-06-261-0/+11
* | CI: Make extension API compatibility check mandatoryRémi Verschelde2023-08-031-1/+1
* | CI: Extract godot-cpp testing into its own jobYuri Sizov2023-08-011-87/+42
* | CI: Free disk space on Linux runnersRémi Verschelde2023-08-011-0/+6
|/
* CI: Use SCU build for Linux w/ sanitizers buildRémi Verschelde2023-06-201-2/+2
* Allow validating the extension api against a reference version and a list of ...RedworkDE2023-05-191-0/+6
* CI: Use GODOT_BASE_BRANCH for the godot-cpp checkoutRémi Verschelde2023-05-181-1/+2
* ci: wait for static check results before starting buildsyedpodtrzitko2023-04-041-1/+2
* CI: Disable debug_symbols for Linux + all sanitizers buildRémi Verschelde2023-02-181-1/+2
* CI: Remove flaky packages.microsoft.com Ubuntu repositoryRémi Verschelde2023-02-111-1/+1
* CI: Remove custom Linux deps and SwiftShaderRémi Verschelde2023-02-061-21/+8
* [CI] Remove packages that are no longer necessary.bruvzg2023-01-251-4/+2
* Cleanup and unify keyboard input.bruvzg2023-01-231-1/+1
* CI: Fix dumping GDExtension interface and API for godot-cppRémi Verschelde2022-12-141-12/+5
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* | Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-2/+2
|/
* Add GCC problem matcher to CIRaul Santos2022-11-111-0/+3
* CI: Update target for godot-cpp after https://github.com/godotengine/godot-cp...Rémi Verschelde2022-10-041-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-24/+18
* CI: Bump various GitHub actions to latest versionsRémi Verschelde2022-08-251-4/+4
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-3/+3
* CI: Remove second build with mono_glue=yesIgnacio Roldán Etcheverry2022-08-231-12/+2
* C#: Upgrade to .NET 6 (5.0 -> 6.0)Ignacio Roldán Etcheverry2022-08-221-1/+1
* CI: Setup .NET Sdk to fix CI and build C# code as wellIgnacio Roldán Etcheverry2022-08-221-2/+15
* Check also GLES3 in CIRafał Mikrut2022-08-061-1/+7
* create vector4, vector4i and projection for csharpantonWetzel2022-07-311-33/+6
* CI: Link MoltenVK statically on macOSRémi Verschelde2022-07-291-0/+1
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-6/+33
* SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>`Rémi Verschelde2022-07-221-4/+4
* CI: Use Gold (GCC) and LLD (Clang) as linker for Linux sanitizers buildsRémi Verschelde2022-07-211-4/+4
* Revert "CI: Disable Linux GCC ASAN temporarily"Riteo2022-07-201-2/+2
* CI: Disable Linux GCC ASAN temporarilyRémi Verschelde2022-07-201-2/+2
* SCons: Default `num_jobs` to max CPUs minus 1 if not specifiedRémi Verschelde2022-07-171-1/+1