summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-1/+1
* Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-3/+14
* Merge pull request #96967 from m4gr3d/update_android_editor_flavorsRémi Verschelde2024-09-161-1/+1
|\
| * Update the Android editor flavors to avoid vendor-specific referencesFredia Huya-Kouadio2024-09-131-1/+1
* | Style: Format yaml filesThaddeus Crews2024-09-131-3/+4
|/
* [Core] Optionally delete `Ref` `nullptr` comparisonsA Thousand Ships2024-09-121-1/+1
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-0/+1
* [CI] Upload build cache before running testsA Thousand Ships2024-07-131-2/+8
* Update the github Android builds configFredia Huya-Kouadio2024-06-261-14/+40
* 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
* CI: Update actions to latest versions, use default runner .NET versionRémi Verschelde2024-02-221-1/+1
* Bump the java version to version 17Fredia Huya-Kouadio2023-10-171-2/+2
* CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`Rémi Verschelde2023-09-041-1/+1
* 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
* CI: Remove custom Linux deps and SwiftShaderRémi Verschelde2023-02-061-7/+0
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-5/+3
* CI: Bump various GitHub actions to latest versionsRémi Verschelde2022-08-251-2/+3
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-4/+4
* CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde2022-03-231-0/+1
* Update Android CI to use JDK 11.Marcel Admiraal2021-10-091-2/+2
* [CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli2021-09-141-37/+24
* 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/+1
* Don't install Android NDK in CIMarcel Admiraal2021-06-071-6/+0
* CI: Install Android NDK 21.4.7075529Rémi Verschelde2021-05-191-2/+2
* CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-221-1/+1
* CI: Pin Android NDK r21 as we don't support r22 yetRémi Verschelde2021-01-121-1/+6
* 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-16/+10
* CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)2020-10-161-2/+3
* ci: do not use set-envumarcor2020-10-161-4/+4
* CI: upload artifactsumarcor2020-10-151-0/+6
* CI: List contents of bin/ after buildRémi Verschelde2020-10-151-0/+1
* GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio2020-08-231-1/+1
* CI: Properly exclude Azure repositories on UbuntuRémi Verschelde2020-08-111-0/+1
* CI: Fix cache key and include base branchRémi Verschelde2020-07-241-10/+10
* Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson2020-07-241-4/+4
* Clamp scons cache to 4096 MBGordon MacPherson2020-07-241-1/+1
* CI: Added Android GitHub Actionthebestnom2020-07-231-0/+72