Skip to content

Commit

Permalink
CI: trigger azure pipelines on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Aug 7, 2019
1 parent 4a83a39 commit 1c0969d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
trigger:
- master
- 1.* # version branches
pr:
- master
- 1.*

variables:
cmakeargs: '-DCMAKE_BUILD_TYPE=Release'
Expand Down

0 comments on commit 1c0969d

Please sign in to comment.