Commit Graph

8 Commits

Author SHA1 Message Date
Ian VanSchooten 150d1ec740 Fix show-progress flag 2024-10-23 10:07:58 -04:00
Ian VanSchooten 403fe7c41e Update upload-artifact 2024-10-22 14:32:45 -04:00
Ian VanSchooten e391a9550c Update actions/setup-java 2024-10-22 14:31:28 -04:00
Ian VanSchooten 836d2a45bf Fix go cache 2024-10-22 14:31:28 -04:00
Ian VanSchooten 9cb9018208 Update actions/setup-go 2024-10-22 14:31:28 -04:00
Ian VanSchooten c55c6f141b Update actions/checkout, set progress false 2024-10-22 14:31:28 -04:00
Ian VanSchooten 9814360613
Upload debug apk (#187)
This adds steps to our android debug smoke build to upload a debug apk on merges to main, retained for 60 days. This can be used to help test and troubleshoot builds in between Android releases.
2024-10-22 14:30:59 -04:00
Ian VanSchooten c8994e98a5
Add smoke-build CI workflow (#169)
This adds a workflow into PRs to build the iOS and Android apps, just to verify that they aren't completely broken / unable to build. They're debug builds, so it won't completely mirror the release build, but that allows us to avoid getting signing keys in the workflow.
2024-10-17 09:38:50 -04:00