summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 23:01:27 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-11-08 13:49:45 +0100
commit79f6178ee1f05237074208dc832d5839ea89deb3 (patch)
treee2973bc0719de0af882c779e2076500f84cd6486 /.travis.yml
parent1667d63acc92ebaec56587838dd45b688325de43 (diff)
downloadsystemd-79f6178ee1f05237074208dc832d5839ea89deb3.tar.gz
travis: move the ASan part into a separate stage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 724504568e..add0576d47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,25 @@ jobs:
after_script:
- $CI_MANAGERS/fedora.sh CLEANUP
+ - stage: Build & test with ASan
+ name: Fedora Rawhide
+ language: bash
+ env:
+ - FEDORA_RELEASE="rawhide"
+ - CONT_NAME="systemd-fedora-$FEDORA_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/fedora.sh SETUP
+ script:
+ - set -e
+ - $CI_MANAGERS/fedora.sh RUN_ASAN
+ - set +e
+ after_script:
+ - $CI_MANAGERS/fedora.sh CLEANUP
+
- stage: Coverity
language: bash
env: