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:
parent
6709c915aa
commit
27804a6e67
3 changed files with 92 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue