]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
test: framework: Ensure copied status files have trailing lines
[apt.git] / .travis.yml
index 3c4b5931908c55c460901a89ba21a223d29bf146..131bf4abd43370bcaf416a8c2c55238df7bff6a3 100644 (file)
@@ -9,16 +9,15 @@ 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
 script:
- - make -C build test
- - ./test/integration/run-tests -q
+ - CTEST_OUTPUT_ON_FAILURE=1 make -C build test
+ - chronic make -C build install DESTDIR=$PWD/rootdir
+ - ./test/integration/run-tests -qq
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
- - sudo ./test/integration/run-tests -q
- - make -C build install DESTDIR=$PWD/rootdir
- - find rootdir -print0 | xargs -0 ls -ld
+ - sudo ./test/integration/run-tests -qq