-
Notifications
You must be signed in to change notification settings - Fork 46
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
CI integration is broken #54
Comments
I noticed that too. I tried restarting the broken builds on Travis, but no On Mon, Nov 16, 2015 at 4:06 PM Vladimir Rutsky notifications@github.com
|
As for AppVeyor I'm not familiar with that environment, but it breaks due to missing PyQt AFAICT. |
Travis is broken at least because Qt PPA was disappeared: looks like there is |
Yeah I think it's correct that PySide is 4 only. Thanks for the fix. On Mon, Nov 16, 2015, 18:00 Vladimir Rutsky notifications@github.com
|
that's correct, I noticed that while I was working on the Dockerfiles On Mon, Nov 16, 2015 at 9:29 AM, Arve Knudsen notifications@github.com
|
A fork of PySide (annoyingly) called PySide2 supports Qt5, but you need to build it from source and it isn't considered stable yet. |
Alright Travis builds are fixed. |
Appveyor builds are fixed (though the code is kind of ugly) PySide tests show as passing but return a random number as a status code. (same as before) In other words #38 is not fixed yet. |
Looking at last build it's not a random number, but 0xc0000005 error (-1073741819 is signed 32-bit representation for 0xc0000005) — Access Violation.
Are you sure? I see here that they still fails: https://ci.appveyor.com/project/harvimt/quamash/branch/master/job/mlr059kahlpose55 |
you need to look at the fix-appveyor branch: On Wed, Nov 18, 2015 at 5:17 PM, Vladimir Rutsky notifications@github.com
|
(maybe I should merge that into master before I close the issue) On Wed, Nov 18, 2015 at 5:19 PM, Mark Harviston infinull@gmail.com wrote:
|
So a segfault. Hrm that's not good. On Wed, Nov 18, 2015 at 5:19 PM, Mark Harviston infinull@gmail.com wrote:
|
this is now in master |
Thanks! |
Travis and Appveyor builds fail with different errors, e.g. in this PR #53 .
The text was updated successfully, but these errors were encountered: