mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
Add schedule trigger to vcpkg pipeline
This commit is contained in:
parent
9380e27009
commit
17b6e44a3f
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@ parameters:
|
|||
type: boolean
|
||||
default: true
|
||||
|
||||
schedules:
|
||||
- cron: "0 0 * * 1"
|
||||
displayName: 'Weekly Monday Midnight build without caching'
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
always: true
|
||||
|
||||
variables:
|
||||
toolset: 'v142'
|
||||
generator: 'Visual Studio 16 2019'
|
||||
|
|
Loading…
Reference in a new issue