From a9cd6632cd1479fbc8f4c16e01d6806d6f4dad6e Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Thu, 13 Sep 2018 09:16:57 +0100 Subject: [PATCH] Try Azure Pipelines --- azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..0267fc726e --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,21 @@ +jobs: +- job: macOS + pool: + vmImage: xcode9-macos10.13 + steps: + - bash: | + rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask* + brew update-reset + brew test-bot + displayName: brew test-bot + env: + HOMEBREW_GITHUB_API_TOKEN: $(github.publicApiToken) +- job: Linux + pool: + vmImage: ubuntu-16.04 + steps: + - bash: | + "$PWD/bin/brew" test-bot + displayName: brew test-bot + env: + HOMEBREW_GITHUB_API_TOKEN: $(github.publicApiToken)