abouttreesummaryrefslogcommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2022-03-25Fix CI since recent font changesJules Aguillon1-5/+9
Requires the latest version of fontforge. Re-order the steps to improve caching.
2022-03-25More reliable CI without NixMichael Levi1-14/+9
2022-03-24Revert to the previous CIJules Aguillon1-22/+11
The new CI script doesn't work on forks. This reverts commit f3aa218de40a44eeaf1e7ec169bb2b3d4da526ad. This reverts commit 3373c59b903cfcccedf31278f9f18ea305e3a567.
2022-03-23Improve CI scriptJules Aguillon1-6/+10
Upgrade nixbuild-action to put back spaces in the workflow name. Improve the script for retrieving the result, thanks to @rickynils.
2022-03-23CI: Use nixbuild.netJules Aguillon1-11/+18
The build takes place on the remote, which takes advantage of Nix's caching. The previous workflow used a remote cache but in order to build locally, all the dependencies needed to be downloaded from the cache everytime. The dependencies are 462M, downloading took most of the time.
2022-02-14Create github action to compile debug_APK (#60)Raphael1-0/+36
* Create github action to make debug apk * Cache debug signing certificate * Setup cachix * Run on pull request Co-authored-by: Jules Aguillon <jules@j3s.fr>