-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build error on Travis/Windows #14
Comments
I can confirm that FFMPEG.jl build is failing on Travis/Windows. It is the reason my tests are failing in the platform: https://travis-ci.org/juliohm/GeoStatsBase.jl/jobs/584956834 |
This is a limitation of Travis build on Windows unfortunately: https://travis-ci.community/t/any-chance-of-providing-an-environment-with-desktop-experience/1024 thank you @giordano for sharing. |
Has this been resolved now? I'll close, but feel free to reopen if not fixed |
But this is really an upstream issue, there is little we can do here |
@giordano Is there a particular issue that's tracking it? |
Not here on GitHub, but from time to time I have a look at |
See JuliaIO/FFMPEG.jl#14 Some packages seem to be moving back to AppVeyor to test Windows because of this issue.
…(breaking) (#13) * WIP: Add initial support for PMD engineering data model * ADD: sizes for generators, energized vs not, etc * WIP: rewrite for math/eng models * WIP: docs and infrastructuregraph (generic) * FIX: summary plotting * UPD: Version bump and remove PowerModels/PMD from deps * ADD: LinearAlgrebra * FIX: mixed enum and float for status * UPD: defaults * ADD: aggregate extra nodes support * FIX: mismatched kwarg names * FIX: Unit tests * UPD: changelog, julia version in travis * REM: Windows build See JuliaIO/FFMPEG.jl#14 Some packages seem to be moving back to AppVeyor to test Windows because of this issue. * FIX: aggregate_extra_nodes bugs * FIX: demand in mathematical cases * FIX: fixed vs free edges * UPD: Examples, code indentation * UPD: documentation * UPD: Changelog
I recently tried TravisCI/Windows to build a project of mine that depends indirectly on FFMPEG, and I'm getting a failure:
https://travis-ci.org/JuliaSmoothOptimizers/BenchmarkProfiles.jl/jobs/574099163#L205
All is well on Appveyor though.
The text was updated successfully, but these errors were encountered: