mirror of
https://github.com/haskell/ghcide.git
synced 2024-11-26 12:25:25 +03:00
8b6ed0d03a
* Enable windows ci * Rewrite comments and retry for all ghc versions * Cache stack dirs directly * Increase timeout for bench ci build Co-authored-by: Pepe Iborra <pepeiborra@me.com>
20 lines
376 B
YAML
20 lines
376 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
|
|
- template: ./.azure/windows-stack.yml
|
|
- template: ./.azure/linux-bench.yml
|