summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-6/+4
|\
| * SCons: Bump minimum SCons & Python versionsThaddeus Crews2024-11-121-6/+4
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+5
|\|
| * CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-2/+5
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Patch the OpenXR headers to get EGL from GLAD if we're using itDavid Snopek2024-11-041-1/+1
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+1
|\|
| * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-1/+1
* | Remove CI jobs that do not match GodotSpartan3222024-10-161-11/+0
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-8/+19
|/
* Style: Format yaml filesThaddeus Crews2024-09-131-27/+28
* [Core] Optionally delete `Ref` `nullptr` comparisonsA Thousand Ships2024-09-121-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