summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-05-12 05:54:25 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-14 11:45:57 +0200
commite5984b1d1b426c67dc45571d82b03d51d4474f5b (patch)
tree0a388b70677ec10af8b60d6f8b6ad3a5e919d7d6 /azure-pipelines.yml
parent6e114a247531874177eedee462fed89040a9faf0 (diff)
downloadsystemd-e5984b1d1b426c67dc45571d82b03d51d4474f5b.tar.gz
tests: try to run fuzzbuzz.sh with Azure Pipelines to see how it fares there
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 961b7920d6..7d46581798 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'