-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix macOS build #14
base: master
Are you sure you want to change the base?
Fix macOS build #14
Conversation
b8b930b
to
b609be2
Compare
Any reason why the travis build doesn't start? |
No idea, sorry :/ |
4e3c6a5
to
526548b
Compare
@Hoishin Take a look at Travis' Request Log. Looks like the YML is invalid: |
@beheh I didn't know that page, thank you. Unfortunately that doesn't help without more detailed error, which I couldn't find in the log. |
526548b
to
57778e5
Compare
Turned out travis can't handle this syntax 😕 foo:
- |
foo
bar |
66840dc
to
5ec4c9d
Compare
Yeah, the iteration loop isn't great for working on travis.yml files and it's always a bit painful. I think there's an offline tool you can use to validate the schema, if that's any help: https://support.travis-ci.com/hc/en-us/articles/115002904174-Validating-travis-yml-files |
dc1435d
to
6e78a21
Compare
6e78a21
to
d2eb383
Compare
Any progress here? |
May I ask, why use malloc.h on MACH vs stdlib? |
Lets go |
Any hope of getting this to compile on Mac? |
@Kirkman you can fix and build it locally for now |
It seems that |
and added CI build on osx environment
Not sure if the CI build works or not yet
closes #13