1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00

Update azure-pipelines.yml

This commit is contained in:
Wez Furlong 2019-06-25 08:03:56 -07:00 committed by GitHub
parent 3f68fd6a7f
commit 15d8248611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,15 @@ trigger:
include: ['*']
schedules:
- cron: "0 0 * * *"
displayName: Daily build
always: true
- cron: "0 */6 * * *"
displayName: "scheduled build"
always: "true"
branches:
include: ['master']
pool:
vmImage: 'ubuntu-latest'
jobs:
- job: 'Clippy'
pool: