-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use Sourcery to automatically generate LinuxMain.swift
with lists of tests
#48
Comments
I'd like to try to add support for this! :) Would you mind assigning this to me @BalestraPatrick ? |
Hey @meghaphone! Just invited you as collaborator, feel free to assign it to yourself 👍 |
Awesome! Thanks |
If anyone is interested in implementing this, it's still not implemented. |
I'd like to work on this 😄 |
Awesome @moritzsternemann, let me know if you need any help! |
I never used sourcery before but I guess assuming the command line tool is installed, mentioning the process in README and configuring via `.sourcery.yml' is the way to go here. |
While researching this I just found out that with Swift 4.1 the SwiftPM added a command to generate and update the When SwiftPM generates the Let me know what you think about this solution 🙃 |
@moritzsternemann The problem with that as stated in the SPM PR is that it only works on macOS. Our CI runs on Linux on CircleCI so the |
Alright, using sourcery 👌 |
Now on staging Fixed in #155 |
Seems like this is a nice starting point: https://github.com/nodes-vapor/sourcery-templates
The text was updated successfully, but these errors were encountered: