summaryrefslogtreecommitdiff
path: root/.github/workflows/android_builds.yml
AgeCommit message (Collapse)Author
2020-07-24CI: Fix cache key and include base branchRĂ©mi Verschelde
The base branch is hardcoded as an env variable as I couldn't find a simple way to just get either `3.2` or `master`. But it's easy to change when we branch off from `master` to a new stable branch, which doesn't happen often. (There's `{{github.base_ref}}` but it's probably more verbose like `ref/heads/master`, and only valid for PRs.)
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