From: Evgeny Vereshchagin Date: Sun, 12 May 2019 03:54:25 +0000 (+0200) Subject: tests: try to run fuzzbuzz.sh with Azure Pipelines to see how it fares there X-Git-Tag: v243-rc1~441^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5984b1d1b426c67dc45571d82b03d51d4474f5b;p=thirdparty%2Fsystemd.git tests: try to run fuzzbuzz.sh with Azure Pipelines to see how it fares there --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 961b7920d63..7d46581798a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,5 +7,6 @@ pool: steps: - script: | set -e + ./travis-ci/managers/fuzzbuzz.sh sudo ./travis-ci/managers/xenial.sh displayName: 'This is where it gets darker'