Previous: , Up: Tutorial   [Contents][Index]


2.10 Testing and Continuous Integration

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.