summaryrefslogtreecommitdiff
path: root/.github/workflows/android_builds.yml
AgeCommit message (Expand)Author
2022-08-25CI: Bump various GitHub actions to latest versionsRémi Verschelde
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-03-23CI: Update to actions/cache@v3, increase cache limit to 10 GiBRémi Verschelde
2021-10-09Update Android CI to use JDK 11.Marcel Admiraal
2021-09-14[CI] Refactor CI actions, use sub-actions, matrices.Fabio Alessandrelli
2021-08-25Fix CI after concurrencyMax Hilbrunner
2021-08-25CI: Cancel previous builds if new commit is pushedMax Hilbrunner
2021-08-18Fix github actions cache server being down failing buildsGordon MacPherson
2021-06-07Don't install Android NDK in CIMarcel Admiraal
2021-05-19CI: Install Android NDK 21.4.7075529Rémi Verschelde
2021-02-22CI: Build without debug symbols to reduce cache sizeRémi Verschelde
2021-01-12CI: Pin Android NDK r21 as we don't support r22 yetRémi Verschelde
2020-12-29CI: Force building TextServer fallbackRémi Verschelde
2020-11-09CI: Build with warnings=extra to catch 'em allRémi Verschelde
2020-10-22CI: Refactor Android workflow, use pre-installed SDK and NDKRémi Verschelde
2020-10-16CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)
2020-10-16ci: do not use set-envumarcor
2020-10-15CI: upload artifactsumarcor
2020-10-15CI: List contents of bin/ after buildRémi Verschelde
2020-08-23GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio
2020-08-11CI: Properly exclude Azure repositories on UbuntuRémi Verschelde
2020-07-24CI: Fix cache key and include base branchRémi Verschelde
2020-07-24Improve the cache keys to prevent clashes for the wrong type of buildGordon MacPherson
2020-07-24Clamp scons cache to 4096 MBGordon MacPherson
2020-07-23CI: Added Android GitHub Actionthebestnom