-
Notifications
You must be signed in to change notification settings - Fork 50
Fix CI : retrieving dependencies #301
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
Conversation
To retrieve libogg and libvorbis from the repository
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.
AppVeyor build is broken as wget is not installed.
Curl in installed by default on all platforms, more generic...
@MarcAntoine-Arnaud Thanks for the review, by the way. ;) |
Okay, it seems AppVeyor was already broken before your PR. |
OK, actually for AppVeyor, the problem does not seems to come from On Travis we could keep
@MarcAntoine-Arnaud Would it be better according to you ? |
This PR is okay for me, I think we can merge instead of AppVeyor build still broken. To fix AppVeyor, it means we need to support FFMpeg > 3.0 (#252) |
3 similar comments
Thank you gentlemen ;) |
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.
LGTM
To retrieve libogg and libvorbis from the repository