Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: pull liblz4-dev from wily | Julian Andres Klode | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | .travis.yml: Switch to new trusty machines | Julian Andres Klode | 2015-12-11 | 1 | -3/+1 |
| | | | | | | Yay, newer server Gbp-Dch: ignore | ||||
* | travis: move 'make' into the install target | David Kalnischkies | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | This auto-collapses the output and doesn't run the tests if we compiling fails as a bonus. Git-Dch: Ignore | ||||
* | .travis.yml: Add pinned vivid for gettext and clean up a bit | Julian Andres Klode | 2015-10-11 | 1 | -2/+4 |
| | | | | | | | | | This adds a vivid pinned to -1, cleans up the file a bit by removing duplicate commands, and finally installs gettext with a new apt-get run that is passed -t vivid. The syntax for the pinning is some weird YAML stuff I don't want to think about... | ||||
* | travis: use -q mode to reduce the verbosity greatly | David Kalnischkies | 2015-08-31 | 1 | -2/+2 |
| | | | | Git-Dch: Ignore | ||||
* | tavis: run testcases a second time, but as root | David Kalnischkies | 2015-08-31 | 1 | -4/+10 |
| | | | | Git-Dch: Ignore | ||||
* | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode | 2015-08-17 | 1 | -3/+5 |
| | | | | | | This makes tests work again! Gbp-Dch: ignore | ||||
* | travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5 | David Kalnischkies | 2015-08-12 | 1 | -1/+5 |
| | | | | | | | | This makes travis-ci able to run our tests again. Sometimes. If it doesn't spontaneously fails with internal gcc errors… Git-Dch: Ignore | ||||
* | parse debian/tests/control for test dependencies | David Kalnischkies | 2014-08-26 | 1 | -1/+0 |
| | | | | | | | | Our integration tests need some additional dependencies to run and function correctly, but while multiple places run them, there is no need to also specify the these dependencies in multiple places. Git-Dch: Ignore | ||||
* | fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis | Michael Vogt | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | extract travis installs from build-depends automatically | David Kalnischkies | 2014-04-16 | 1 | -1/+2 |
| | | | | | | | | I forgot to add libgtest-dev to the list of packages to install on travis, so this slightly hacky oneliner might prevent us from having the same problem again if we happen to change dependencies again. Git-Dch: Ignore | ||||
* | tests: install --no-install-recommends and stunnel4 for travis | David Kalnischkies | 2013-10-03 | 1 | -1/+1 |
| | | | | | | stunnel4 is required for https tests Git-Dch: Ignore | ||||
* | add missing "make test" for travis | Michael Vogt | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | build tree first | Michael Vogt | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | make setup in travis.yml a bit more verbose | Michael Vogt | 2013-07-26 | 1 | -2/+2 |
| | |||||
* | fix travis.yml | Michael Vogt | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | add .travis.yml | Michael Vogt | 2013-07-25 | 1 | -0/+5 |