-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
🪲[Techdebt] Setup Circleci config #268
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: kcw-grunt <[email protected]>
- Added Fastfile - Added Config.yml Signed-off-by: kcw-grunt <[email protected]>
b57c750
to
6459e07
Compare
- store_artifacts: | ||
path: output | ||
- store_test_results: | ||
path: output/scan | ||
|
||
adhoc: | ||
beta: |
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.
This needs to debugged for testflight builds
.circleci/config.yml
Outdated
- build-and-test | ||
|
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.
Removing
- Added: - spm cache - yml config steps - Gemfile and Fastfile - set environment - checked in Package.resolved - SourcePackaged dir - polished config.yml Signed-off-by: kcw-grunt <[email protected]>
6459e07
to
d2890ee
Compare
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.
Oh wow, thank you! @kcw-grunt
What?
Finally back on the CI/CD track for iOS we are migrating to the CircleCI platform (matching the Android client).
Why?
We now have a few iOS devs and we need to more streamline fixing the better dev environment to catch bugs and use the tests as a warning flag
Closes
https://github.com/litecoin-foundation/litewallet-engineering/issues/47