COMMITS
/ .github/workflows/android_builds.yml March 16, 2024
A
CI: Enable submodules on the checkout action
Aaron Franke committed
February 22, 2024
R
CI: Update actions to latest versions, use default runner .NET version
Rémi Verschelde committed
October 17, 2023
F
Bump the java version to version 17
Fredia Huya-Kouadio committed
September 4, 2023
R
CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`
Rémi Verschelde committed
May 18, 2023
R
CI: Use GODOT_BASE_BRANCH for the godot-cpp checkout
Rémi Verschelde committed
April 4, 2023
Y
ci: wait for static check results before starting builds
yedpodtrzitko committed
February 6, 2023
R
CI: Remove custom Linux deps and SwiftShader
Rémi Verschelde committed
September 22, 2022
R
SCons: Unify tools/target build type configuration
Rémi Verschelde committed
August 25, 2022
R
CI: Bump various GitHub actions to latest versions
Rémi Verschelde committed
December 16, 2021
A
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke committed
March 23, 2022
R
CI: Update to actions/cache@v3, increase cache limit to 10 GiB
Rémi Verschelde committed
October 9, 2021
M
Update Android CI to use JDK 11.
Marcel Admiraal committed
September 1, 2021
F
[CI] Refactor CI actions, use sub-actions, matrices.
Fabio Alessandrelli committed
August 25, 2021
M
Fix CI after concurrency
Max Hilbrunner committed
August 24, 2021
M
CI: Cancel previous builds if new commit is pushed
Max Hilbrunner committed
August 18, 2021
G
Fix github actions cache server being down failing builds
Gordon MacPherson committed
June 7, 2021
M
Don't install Android NDK in CI
Marcel Admiraal committed
May 19, 2021
R
CI: Install Android NDK 21.4.7075529
Rémi Verschelde committed
February 22, 2021
R
CI: Build without debug symbols to reduce cache size
Rémi Verschelde committed
January 12, 2021
R
CI: Pin Android NDK r21 as we don't support r22 yet
Rémi Verschelde committed
December 29, 2020
R
CI: Force building TextServer fallback
Rémi Verschelde committed
November 9, 2020
R
CI: Build with warnings=extra to catch 'em all
Rémi Verschelde committed
October 22, 2020
R
CI: Refactor Android workflow, use pre-installed SDK and NDK
Rémi Verschelde committed
October 9, 2020
A
CI: Refactor build workflows to use `SCONSFLAGS`
Andrii Doroshenko (Xrayez) committed
October 16, 2020
U
ci: do not use set-env
umarcor committed
September 29, 2020
U
CI: upload artifacts
umarcor committed
October 15, 2020
R
CI: List contents of bin/ after build
Rémi Verschelde committed
August 22, 2020
H
GitHub Actions: Prepend emoji to platform names for easy visual grepping
Hugo Locurcio committed
August 11, 2020
R
CI: Properly exclude Azure repositories on Ubuntu
Rémi Verschelde committed
July 24, 2020
R
CI: Fix cache key and include base branch
Rémi Verschelde committed
July 23, 2020
G
Improve the cache keys to prevent clashes for the wrong type of build
Gordon MacPherson committed
G
Clamp scons cache to 4096 MB
Gordon MacPherson committed
July 15, 2020
T
CI: Added Android GitHub Action
thebestnom committed