1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:27:35 +00:00

CI: Build and test Lagom (non-fuzzer) on Azure

This commit is contained in:
Timothy Flynn 2021-08-16 11:38:50 -04:00 committed by Linus Groh
parent 6709c915aa
commit 27804a6e67
3 changed files with 92 additions and 5 deletions

View file

@ -1,9 +1,12 @@
trigger:
- master
pool:
vmImage: ubuntu-latest
jobs:
- template: Meta/Azure/Lagom.yml
parameters:
os: 'Linux'
steps:
- script: echo Hello, world!
displayName: 'Hello world'
- template: Meta/Azure/Lagom.yml
parameters:
os: 'macOS'
allow_test_failures: true