summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android_builds.yml
Commit message (Expand)AuthorAgeFilesLines
* 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