abouttreesummaryrefslogcommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
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>