ghcide/azure-pipelines.yml
Pepe Iborra 28f33ccb1a
Drop stack Windows CI (#934)
The Stack Windows build is problematic:
  https://github.com/haskell/ghcide/pull/922

Stack is already covered by the Azure CI
Windows is already covered by the Github Actions CI
2020-12-05 08:29:51 +00:00

18 lines
296 B
YAML

# Build master commits
trigger:
batch: false
branches:
include:
- master
- azure*
# Enable PR triggers that target the master branch
pr:
autoCancel: true # cancel previous builds on push
branches:
include:
- master
jobs:
- template: ./.azure/linux-stack.yml