Previous: Application Deployment, Up: Tutorial [Contents][Index]
The distribution does contain a couple of scripts that should enable it
to be built by Travis-CI. In the root directory, there is a
.travis.yml
and a Dockerfile
that work together. The
docker container pulls the latest version of Ubuntu, and the YML file
builds the project and runs make distcheck
.