-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CD: Fastlane setup #837
CD: Fastlane setup #837
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #837 +/- ##
=======================================
Coverage 40.09% 40.09%
=======================================
Files 207 207
Lines 9651 9651
Branches 567 567
=======================================
Hits 3870 3870
Misses 5781 5781
|
ce785f3
to
385321b
Compare
@@ -0,0 +1,74 @@ | |||
name: iOS Development Build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@camerow you can ignore this action. It's just doing a direct deploy to firebase
They could be useful as a reference for runs-on: macos-latest
etc. as this works with doing eas build
then deploy to firebase
with: | ||
name: app-release | ||
path: ${{ github.workspace }}/app-release.apk | ||
# - name: Run Release Please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@camerow here I was getting the release notes from release-please
but its taking them for all the differences between main
and dev
, of which there are way too many. This is why lots of tickets got re-opened also
storePassword 'android' | ||
keyAlias 'androiddebugkey' | ||
keyPassword 'android' | ||
// if (project.hasProperty('LEATHER_UPLOAD_STORE_FILE')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@camerow on the hackathon, it wouldn't work until I disabled if (project.hasProperty('LEATHER_UPLOAD_STORE_FILE')
then I just copied in the debug.keystore
etc. to get it working locally but I think thats not correct (although working)
Closing this |
No description provided.