Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Travis continuous integration using Docker #294

Open
AndreMiras opened this issue Apr 12, 2018 · 0 comments
Open

Travis continuous integration using Docker #294

AndreMiras opened this issue Apr 12, 2018 · 0 comments

Comments

@AndreMiras
Copy link

AndreMiras commented Apr 12, 2018

It would be great if Travis testing was running in a Docker container.
That would make it easier to reproduce broken builds locally. Hence speed up debugging, increase overall stability and encourage external contributions.
We could reuse most of the work of the existing Dockerfile.

I've already done something similar, see my Dockerfile. That would also simplify the Travis config, see my Travis config on green build. The config is basically just a docker build and docker run (with a make test). All the logic being in the Docker image.

I would suggest to use Ubuntu LTS as a base:

FROM ubuntu:16.04

What do you guys think? If you are interested, let me know and I can come up with a pull request.

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

No branches or pull requests

1 participant