-
Notifications
You must be signed in to change notification settings - Fork 469
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
Set up some form of CI #38
Comments
Would a free solution for open source projects, like Travis, be a valid option for you? |
+1 for Travis. The grpc-swift Travis tests recently failed with the following:
The problem appears to be that "import DispatchQueue" is only necessary on Linux. Since Travis tests run on Linux, it's likely that this would have been caught here. EDIT: I see that the build failure was fixed in this commit. |
#973 just added GitHub actions for a linux build. |
Closing this since the linux CI actions are now running on PRs. |
…scan-screen Improve the architecture of the example app
Maybe https://swift.org/continuous-integration can be leveraged, but something should likely get set up to test things as they land and to test PRs as they come in.
The text was updated successfully, but these errors were encountered: