diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-12 05:54:25 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-14 11:45:57 +0200 |
commit | e5984b1d1b426c67dc45571d82b03d51d4474f5b (patch) | |
tree | 0a388b70677ec10af8b60d6f8b6ad3a5e919d7d6 /azure-pipelines.yml | |
parent | Merge pull request #12555 from ssahani/route-properties (diff) | |
download | systemd-e5984b1d1b426c67dc45571d82b03d51d4474f5b.tar.xz systemd-e5984b1d1b426c67dc45571d82b03d51d4474f5b.zip |
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.yml | 1 |
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' |