Skip to content

Commit

Permalink
Try Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] authored and MikeMcQuaid committed Sep 12, 2018
1 parent 375088c commit b16ac65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
jobs:
- job: macOS
pool:
vmImage: xcode9-macos10.13
steps:
- bash: brew prune; brew test-bot
displayName: brew test-bot
env:
HOMEBREW_GITHUB_API_TOKEN: $(github.publicApiToken)
HOMEBREW_LANGUAGES: en-GB
- job: Linux
pool:
vmImage: ubuntu-16.04
steps:
- bash: sudo rm -rf /usr/local/include/node; export PATH="$PWD/bin:$PATH"; brew test-bot
displayName: brew test-bot
env:
HOMEBREW_GITHUB_API_TOKEN: $(github.publicApiToken)

0 comments on commit b16ac65

Please sign in to comment.