2019-07-06 07:58:38 +00:00
|
|
|
name: Rocket
|
2019-07-06 08:15:24 +00:00
|
|
|
|
|
|
|
schedules:
|
|
|
|
- cron: "0 4 * * *"
|
|
|
|
displayName: Nightly 4AM UTC Build
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
- v0.4
|
|
|
|
always: true
|
|
|
|
|
2019-07-06 07:58:38 +00:00
|
|
|
jobs:
|
|
|
|
- template: azure-pipelines-template.yml
|
|
|
|
parameters:
|
|
|
|
name: macOS
|
|
|
|
vmImage: macOS-10.14
|
|
|
|
|
|
|
|
- template: azure-pipelines-template.yml
|
|
|
|
parameters:
|
|
|
|
name: Linux
|
|
|
|
vmImage: ubuntu-16.04
|
|
|
|
|
|
|
|
- template: azure-pipelines-template.yml
|
|
|
|
parameters:
|
|
|
|
name: Windows
|
|
|
|
vmImage: windows-2019
|