Gleb Mazovetskiy
|
4d4c296bce
|
GitHub CI: Fix cache strategy
GitHub caches are immutable, so #5883 was wrong (caches were never
updated).
Goes back to the previous caching strategy but with a cleanup workflow
to delete caches for merged/closed PRs.
The cleanup code comes from the example in GitHub docs:
https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries
|
3 years ago |
Gleb Mazovetskiy
|
9a1056bd0c
|
GitHub CI: Remove git SHA from cache key
We're hitting the GitHub cache limit because we create a new cache for
every commit.
Reuse the same cache instead.
|
3 years ago |
DakkJaniels
|
95c20c7ce9
|
ignore build workflows if only change is markdown
|
3 years ago |
Anders Jenbo
|
367223bb22
|
Cancel previous builds when PR is updated
|
3 years ago |
staphen
|
fb6b9306df
|
Upgrade libpng to 1.6.38
|
4 years ago |
Anders Jenbo
|
bb76b5fbcd
|
Bump NDK version (#5115)
|
4 years ago |
Gleb Mazovetskiy
|
ecf4efdf67
|
CMAKE_CXX_STANDARD: 17 -> 20
This allows us to use heterogenous `unordered_map` where available.
|
4 years ago |
Oleksandr Kalko
|
d112f7155a
|
Use apt-get instead of apt in CI
|
4 years ago |
staphen
|
9b32c8d541
|
Update libzt to the latest version
|
4 years ago |
Gleb Mazovetskiy
|
5ccdbe52d4
|
GitHub workflow fixes
1. Adds act support. https://github.com/nektos/act
2. Fixes OpenDingux workflows
OpenDingux workflows tested with act:
act -W .github/workflows/retrofw_release.yml -j retrofw
|
4 years ago |
Anders Jenbo
|
5a24493802
|
Add translations to Android test builds
|
4 years ago |
Anders Jenbo
|
04b63e73bb
|
Revert "Switch to release for Android test builds"
This reverts commit c045e4ca32.
|
4 years ago |
Anders Jenbo
|
c045e4ca32
|
Switch to release for Android test builds
Phones will now always allow the user to install a debug package, this should make it a lot easier to install the latest test build
|
4 years ago |
staphen
|
e4a7920922
|
Use GitHub Actions for Android test builds
|
4 years ago |