Skip to content

Commit

Permalink
Added nightly build of "master" branch (will not come into effect unt…
Browse files Browse the repository at this point in the history
…il 3.0.0 is merged to master) [skip ci]
  • Loading branch information
Gina Therese Hvidsten committed Aug 4, 2021
1 parent 51588a3 commit 9f20877
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ trigger:
- refs/heads/release/*
- refs/tags/v*

schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- master
always: true

variables:
cambionArtifactName: 'CambionBuildArtifacts'

pool:
name: 'Whitestone'

stages:
- stage: 'Build'
displayName: 'Build'
Expand Down

0 comments on commit 9f20877

Please sign in to comment.