summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
blob: 2b0904c1b76668a4df102a980cc8c62b7b567700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
trigger:
  batch: true
  branches:
    include:
    - master

jobs:
  - template: Meta/Azure/Lagom.yml
    parameters:
      os: 'Linux'
      lagom_lints: true

  - template: Meta/Azure/Lagom.yml
    parameters:
      os: 'Linux'
      fuzzer: 'Fuzz'

  - template: Meta/Azure/Lagom.yml
    parameters:
      os: 'macOS'
      allow_test_failures: true

  - template: Meta/Azure/Serenity.yml
    parameters:
      arch: 'i686'

  - template: Meta/Azure/Serenity.yml
    parameters:
      arch: 'x86_64'