tests: move the FuzzBuzz stage from Travis CI to Azure Pipelines

This commit is contained in:
Evgeny Vereshchagin 2019-05-13 02:09:14 +02:00
parent fa8ac5eb77
commit 2da8298b90
2 changed files with 23 additions and 15 deletions

View File

@ -91,13 +91,6 @@ jobs:
after_script:
- $CI_MANAGERS/debian.sh CLEANUP
- name: FuzzBuzz
language: bash
script:
- set -e
- $CI_MANAGERS/fuzzbuzz.sh
- set +e
- stage: Coverity
language: bash
env:

View File

@ -1,12 +1,27 @@
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
jobs:
- job: FuzzBuzz
displayName: FuzzBuzz
steps:
- script: |
set -e
./travis-ci/managers/fuzzbuzz.sh
sudo ./travis-ci/managers/xenial.sh
displayName: 'This is where it gets darker'
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
set -e
./travis-ci/managers/fuzzbuzz.sh
displayName: 'This is where it gets darker'
- job: ASan_UBSan
displayName: ASan_UBSan
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
set -e
sudo ./travis-ci/managers/xenial.sh
displayName: 'This is where it gets darker'