Skip to content

Commit

Permalink
Only enable builds for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Oct 4, 2019
1 parent a99e155 commit a05c5de
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
38 changes: 19 additions & 19 deletions .azure/azure-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ jobs:
stack-def:
BUILD: stack
STACK_YAML: stack.yaml
stack-lts-13:
BUILD: stack
STACK_YAML: stack-lts-13.yaml
cabal-8.4.3:
BUILD: cabal
GHCVER: 8.4.3
CABALVER: 2.4
cabal-8.6.3:
BUILD: cabal
GHCVER: 8.6.3
CABALVER: 2.4
nightly:
BUILD: stack
ARGS: "--resolver nightly"
style:
BUILD: style
pedantic:
BUILD: pedantic
STACK_YAML: stack.yaml
# stack-lts-13:
# BUILD: stack
# STACK_YAML: stack-lts-13.yaml
# cabal-8.4.3:
# BUILD: cabal
# GHCVER: 8.4.3
# CABALVER: 2.4
# cabal-8.6.3:
# BUILD: cabal
# GHCVER: 8.6.3
# CABALVER: 2.4
# nightly:
# BUILD: stack
# ARGS: "--resolver nightly"
# style:
# BUILD: style
# pedantic:
# BUILD: pedantic
# STACK_YAML: stack.yaml
maxParallel: 6
steps:
- script: |
Expand Down
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
vmImage: ubuntu-16.04
os: linux

- template: ./.azure/azure-osx-template.yml
parameters:
name: macOS
vmImage: macOS-10.13
os: osx
# - template: ./.azure/azure-osx-template.yml
# parameters:
# name: macOS
# vmImage: macOS-10.13
# os: osx

- template: ./.azure/azure-windows-template.yml
parameters:
name: Windows
vmImage: vs2017-win2016
os: windows
# - template: ./.azure/azure-windows-template.yml
# parameters:
# name: Windows
# vmImage: vs2017-win2016
# os: windows

0 comments on commit a05c5de

Please sign in to comment.