Skip to content
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 travis build #5

Closed
DrFrankenstein opened this issue Jul 10, 2015 · 2 comments
Closed

Fix travis build #5

DrFrankenstein opened this issue Jul 10, 2015 · 2 comments
Assignees
Milestone

Comments

@DrFrankenstein
Copy link
Owner

The build is currently failing in travis-ci.

I need to setup a gcc-based toolchain (I'm currently using CL.exe), preferably on Ubuntu, and investigate+fix the issue. This is an environment issue, not a compiler issue.

@DrFrankenstein DrFrankenstein added this to the Alpha milestone Jul 10, 2015
@DrFrankenstein DrFrankenstein changed the title Fix gcc/travis build Fix travis build Jul 10, 2015
@DrFrankenstein
Copy link
Owner Author

https://travis-ci.org/DrFrankenstein/IrcClient/builds/70325899#L320

The travis-ci VMs run Ubuntu Precise (12.04 LTS). The ubuntu-sdk-team PPA only has Qt 5.0.2 while constructing a QMap from a std::initializer_list is only available since Qt 5.1.

travis-ci/travis-ci#3765 might eventually provide an answer to this. If they whitelist it, we could move away from the legacy architecture, too.

Qt does not support headless installation from their official package, either. Building from source would be too slow.

opencor/opencor uses ~bineri's PPA in their .travis.yml, which seems to contain a custom build from Basyskom. I'll try to use that one.

@DrFrankenstein DrFrankenstein self-assigned this Jul 10, 2015
DrFrankenstein added a commit that referenced this issue Aug 10, 2015
DrFrankenstein added a commit that referenced this issue Aug 10, 2015
DrFrankenstein added a commit that referenced this issue Aug 10, 2015
@DrFrankenstein
Copy link
Owner Author

2d71001 worked!
/me holds fists in the air!
/me sighs!
/me pants!

I can close this and call it a day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant