summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* CI: Update SwiftShader to 2021-10-02 buildRémi Verschelde2022-01-061-2/+2
* CI: Update links to regression test project and prebuilt SwiftShaderRémi Verschelde2022-01-061-6/+6
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Add a double-precision editor build to CIAaron Franke2021-12-091-4/+4
* Add a minimal template build to CIAaron Franke2021-11-121-0/+8
* Enable mono editor build in CIqarmin2021-11-091-5/+24
* Add CI step for compiling and testing godot-cppBastiaan Olij2021-10-211-0/+41
* CI: Run doctool in headless modeRémi Verschelde2021-10-201-9/+9
* CI: Build test binaries with debug symbols, then stripRémi Verschelde2021-09-221-3/+7
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-141-188/+68
* 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/+3
* Fix 'Attempted to remove invalid ID' errorsRafał Mikrut2021-07-311-10/+8
* Check if there are new docs missing on CIYuri Sizov2021-07-141-1/+1
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-3/+3
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* CI: Add `--doctool` check to find missing classref updatesRémi Verschelde2021-05-031-0/+17
* Test Godot with Vulkan in CIRafał Mikrut2021-04-151-5/+36
* CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-221-2/+2
* CI: Build Linux editor without Mono, sanitizers with MonoRémi Verschelde2021-02-051-8/+8
* 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: Refactor Android workflow, use pre-installed SDK and NDKRémi Verschelde2020-10-221-1/+1
* CI: Set debug_symbols=no for template buildsRémi Verschelde2020-10-221-1/+1
* CI: Don't upload linux-sanitizers artifactsRémi Verschelde2020-10-201-6/+0
* CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)2020-10-161-4/+5
* CI: upload artifactsumarcor2020-10-151-2/+20
* CI: List contents of bin/ after buildRémi Verschelde2020-10-151-0/+3
* GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio2020-08-231-1/+1
* Add Linux sanitizer build to github workspaceRafał Mikrut2020-08-161-0/+61
* CI: Properly exclude Azure repositories on UbuntuRémi Verschelde2020-08-111-0/+2
* 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
* 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
* CI: Add Mono support to Linux builds on GitHub ActionsRémi Verschelde2020-07-241-8/+6
* Split CI builds into workflows for each OSAaron Franke2020-07-211-0/+121