mirror of https://github.com/rwf2/Rocket.git
Add nightly build task.
This commit is contained in:
parent
bb09a9e720
commit
fbece2d70d
|
@ -1,4 +1,14 @@
|
||||||
name: Rocket
|
name: Rocket
|
||||||
|
|
||||||
|
schedules:
|
||||||
|
- cron: "0 4 * * *"
|
||||||
|
displayName: Nightly 4AM UTC Build
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- v0.4
|
||||||
|
always: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: azure-pipelines-template.yml
|
- template: azure-pipelines-template.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Reference in New Issue