]> granicus.if.org Git - graphviz/commit
Travis: Add build on CentOS 7 using Docker.
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 8 Sep 2016 17:03:57 +0000 (19:03 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 8 Sep 2016 18:53:38 +0000 (20:53 +0200)
commit4344abc880a4217c540e5296a8ffae9264a756c7
treee89e13cbd50d97723132ff1b8545bd3534422695
parent93856a18194642170e6c9a727a9fef187294ac43
Travis: Add build on CentOS 7 using Docker.

There are now two environments, one where the variable DOCKER_BUILD is true and one where it is false. False means a normal build on the Travis build image, true means docker will be used to run a build on a CentOS 7 image. The setup of the CentOS 7 image is done in the Dockerfile in `ci/centos7`. It takes a clean CentOS 7 image and installs the required build utilities and dependencies for a minimal build.
.travis.yml
ci/centos7/Dockerfile [new file with mode: 0644]