mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-02 07:21:58 +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
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
schedules:
|
||||||
|
- cron: "0 0 * * 1"
|
||||||
|
displayName: 'Weekly Monday Midnight build without caching'
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
always: true
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
toolset: 'v142'
|
toolset: 'v142'
|
||||||
generator: 'Visual Studio 16 2019'
|
generator: 'Visual Studio 16 2019'
|
||||||
|
|
Loading…
Reference in a new issue