diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2018-12-07 09:49:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-12-07 17:12:58 +0100 |
commit | 1478aa4eb58d5e7406ab608c1cfe3e69543ad47e (patch) | |
tree | e0eea0dc0703ed2a851dfb507874063954b41c95 /.travis.yml | |
parent | man: fix reference to sd_journal_print(3) (diff) | |
download | systemd-1478aa4eb58d5e7406ab608c1cfe3e69543ad47e.tar.xz systemd-1478aa4eb58d5e7406ab608c1cfe3e69543ad47e.zip |
travis: also compile systemd on Debian Testing
This should help to catch issues like https://github.com/systemd/systemd/issues/11075
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f2128ea1a7..f50731fe3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,24 @@ jobs: after_script: - $CI_MANAGERS/fedora.sh CLEANUP + - name: Debian Testing + language: bash + env: + - DEBIAN_RELEASE="testing" + - CONT_NAME="systemd-debian-$DEBIAN_RELEASE" + - DOCKER_EXEC="docker exec -ti $CONT_NAME" + before_install: + - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce + - docker --version + install: + - $CI_MANAGERS/debian.sh SETUP + script: + - set -e + - $CI_MANAGERS/debian.sh RUN + - set +e + after_script: + - $CI_MANAGERS/debian.sh CLEANUP + - stage: Coverity language: bash env: |