Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Conversation

@jkmassel
Copy link
Contributor

Uses CircleCI to validate that everything is working correctly.

Also fixes issues causing the builds to fail

@jkmassel jkmassel added the enhancement New feature or request label Jan 16, 2019
@jkmassel jkmassel self-assigned this Jan 16, 2019
@jkmassel jkmassel requested review from a user and jtreanor January 16, 2019 20:33
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jkmassel - this is looking good to me.

✅ Branch builds
✅ Test pass

Thanks!

- run:
name: Bundle install
command: bundle install --path=vendor/bundle
- run:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CircleCI recommend using this step prior to running pod install (notice that pod install takes 8 minutes currently):

- run:
          name: Fetch CocoaPods Specs
          command: |
            curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf

As we expand more across CircleCI I think it may may sense to share steps using CircleCI Orbs so we don't need to duplicate things like this.

jkmassel added a commit that referenced this pull request Jan 17, 2019
@jkmassel jkmassel force-pushed the add/automated-testing branch from 31e8837 to 80bd733 Compare January 17, 2019 15:29
@jkmassel jkmassel merged commit dd8a436 into develop Jan 17, 2019
@jkmassel jkmassel deleted the add/automated-testing branch January 17, 2019 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants