-
Notifications
You must be signed in to change notification settings - Fork 8
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
On Continuous Integration #32
Comments
A draft of the current approach is located here: The problem is using danger swift: I could not get it running https://travis-ci.org/vknabel/awesome-system-swift/builds/370196293 |
(Sorry if my writing has been sloppy, when I wrote these issues I was very tired) Do you think it's possible to do this? Tell me where can I help you :) |
No worries :) I got Danger-Swift to work for now. |
Awesome! And,
Sure :) I have to leave for class soon, but I'll be back later. I'll check it out then! |
That function seems to be deprecated, take a look at this. I'm going to check out what the Web projects like Vapor and Kitura do. In the case there's nothing Swift-based we could use (which I don't believe is likely), we at least have the CCUrl wrapper that IBM made as a last resort. |
Huh. Seems like the entire |
As an alternative, I've found Vapor's HTTPRequest. Since Vapor's API is 100% implememted, that's a solid option if the |
Thanks a lot. I used My testing PR did actually pass. 🎉 |
@vknabel had a really great idea about how to add CI such that we could test the projects both periodically and before merging a PR, to see that they worked on both Darwin and Linux.
These are the benefits:
And this is (more or less) the idea as I can recall it:
swift test
. Collect the results (passed/total and console output) into a list.This would be enhanced by tools such as that described by #31
The text was updated successfully, but these errors were encountered: