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

[Enhancement] Continuous integration testing with Travis CI / Docker #26

Open
mdeguzis opened this issue Oct 29, 2016 · 4 comments
Open

Comments

@mdeguzis
Copy link

mdeguzis commented Oct 29, 2016

I worked out how to run builds against 32-bit docker images run via Travis CI. This would be quite nice for CI testing among a few major distros. You can check out the starting files and CI builds below. Using the Travis CI build matrix, each distro job runs in parallel. Based on the distro env value, the linux build script adjusts accordingly (docker image, build script, deps, adjustments etc.).

Update 1: Added Fedora 32bit image to my docker hub and added it to the travis matrix.

Build status:

Debian Jessie: passes
Ubuntu Xenial: failing (grrrr)
Fedora 24: passes

Update: per the docker image for ubuntu I am using, the container is not 32 bit, which explains that. I will work on generating one to test with, or find an alternate.

Update2: found a an alternate docker image for i386 ubuntu

@samrocketman
Copy link

@mdeguzis your links are out of date. ref: https://github.com/mdeguzis/ges-code

@mdeguzis
Copy link
Author

mdeguzis commented Jul 2, 2017

Updated

@samrocketman
Copy link

@mdeguzis links are still incorrect. develop is the proper branch but the links referencedevelop-master.

@lorendias
Copy link

I was just wondering what the status was on the compiler. Does it still fail?

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

3 participants