-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
need a docker image to mimic the travis environment #2144
Comments
That would be nice indeed. |
I think it's possible to use TravisCI's images? https://medium.com/google-developers/how-to-run-travisci-locally-on-docker-822fc6b2db2e |
Interesting. I hadn't seen that one before. But for sake of simplicity, all I'm doing is building a Dockerfile and a few convenience scripts such that you can build a docker container that runs and drops you into a bash shell. So it's an emulation of the build environment that Travis uses, but it doesn't at all try to emulate the way the jobs are launched in Travis. https://github.com/gonewest818/cider/blob/2144-docker-image/Dockerfile You can run that container with your source tree mounted such that you can edit as you like from your host computer but then switch to the docker shell and Still a work in progress. |
While resolving other travis-related issues, it became clear the project needs a dev docker environment that can run locally on one's laptop but emulates what is going on in travis. This would be a place to debug not only issues with travis, but also a way to run "make test" and "make test-bytecomp" locally.
The text was updated successfully, but these errors were encountered: