-
Notifications
You must be signed in to change notification settings - Fork 130
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
Platform name freebsd supports #1196
base: master
Are you sure you want to change the base?
Platform name freebsd supports #1196
Conversation
thakns @stormshield-pj50 but any chance you can also update the docs? |
@@ -308,12 +308,15 @@ It is also possible to define platform specific aliases, for example: | |||
linux_alias = "linux_my_task" | |||
windows_alias = "windows_my_task" | |||
mac_alias = "mac_my_task" | |||
freebsd_alias = "freebsd_my_task" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my hunch is that a bit more is needed for this to work.
- add the attributes in the task type
- proxy to it when platform is freebsd
if i'm not wrong.
and therefore i would also add a test for it.
without it, i feel the change you didn't won't actually impact anything. could be wrong but don't think so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how to add a relevant test for that but please take a look at my new commit and tell me if it's enough. Thank you.
This PR adds support for Freebsd platform name.