summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-18 14:56:36 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-24 10:22:47 +0200
commit8bf4cac84994c85cc3713371f0a5a26f746bbeba (patch)
treea25d6c0b85a652435cf13e43156a42fdc84277d3 /.travis.yml
parentfce0e7969b056354f80bf43bf4ef846f608ef848 (diff)
prepare-release: Use equivs and gdebi-core for travis deps
Our previous hack did not really support or groups and other more advanced dependency types. This hack basically removes build profiles, and the @-type depends for tests, and otherwise converts the deps to a package which is then installed via gdebi.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 424172e04..7931bb39a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,9 @@ before_install:
sudo sh -c '/bin/echo -e "Package: *\nPin: release n=xenial\nPin-Priority: 1" > /etc/apt/preferences.d/xenial'
- sudo apt-get update -qq
install:
- - sudo ./prepare-release travis-ci
- sudo apt-get -qq -y -t wily install gettext liblz4-dev python3-apt
- sudo apt-get -qq -y -t xenial install cmake
+ - sudo ./prepare-release travis-ci
before_script:
- ( mkdir build && cd build && cmake .. )
- make -C build -j4