-
Notifications
You must be signed in to change notification settings - Fork 143
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
Update CircleCI tests: build iOS examples #152
Comments
Need to think about this. @mnaza says that CircleCi doesn't allow to have 2 test suites: both "linux" and "iOS" linked to one repo. So we can't run both linux/android and iOS tests on commit. Maybe we can use some webhooks to workaround that behaviour? |
Thread discussing on @circle-ci about similar issue https://discuss.circleci.com/t/multiple-builds-for-one-repo/662/13 |
how about switching to bitrise! |
Need to discuss altogether - we'll have too many CIs (internal BuildBot (not used for Themis yet), Circle, now this one). |
Bitrise-Bitrise! |
bitrise setup looks working smooth for our scenario! 🎩 my next steps:
|
We missed it earlier, but we should update CircleCI tests to build iOS ObjC/Swift examples too.
It would prevent bugs iOS-specific linking bugs like #145
The text was updated successfully, but these errors were encountered: