summaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* CI: Use unstable for now, as we need triehash packageJulian Andres Klode2019-03-111-1/+1
|
* CI: Use debian:buster as test base imageJulian Andres Klode2019-01-221-1/+1
| | | | | | This prepares us for the upcoming buster release, as buster is the main release series for this series (the other being Ubuntu disco).
* Run travis against debian:testing again, keep shippable at bionicJulian Andres Klode2018-04-181-1/+1
| | | | We are opening 1.7, whoo
* Delete /etc/dpkg/dpkg.cfg.d/excludes on Docker CI imagesJulian Andres Klode2018-04-061-0/+1
| | | | Fixes test suite on Ubuntu docker images.
* CI: Switch testing to use ubuntu:bionic for 1.6.yJulian Andres Klode2018-03-231-1/+1
| | | | 1.6.y is bionic's release series, it should be tested in it.
* travis/docker: Various improvementsJulian Andres Klode2017-07-021-2/+3
| | | | | | | | | | | - Use a tmpfs for /tmp - not really a benefit here, except for travis as it's writing less now. - Use the fastly CDN - about twice as fast as ftp.de, and seems more stable than cloudfront - Run apt-get clean to keep container smaller - should not be needed really, but let's just do it. Gbp-Dch: ignore
* travis: Switch to DockerJulian Andres Klode2017-06-301-0/+10
This runs parallel builds on docker, based on debian:testing docker images, with ccache enabled and parallel running of the test suite (ccache supports coverage builds these days, and parallel testing just needs unbuffer to handle the stty stuff) This is a huge step up from building on a mix of trusty, wily, and xenial. Most importantly, coverage now correctly detects partial covered lines instead of just reporting almost all of them as fully covered. We use ftp.de.debian.org as deb.debian.org backed by Amazon 503s too often. Gbp-Dch: ignore