ci: avoid rebuilding LLVM on Azure (Windows)

This commit is contained in:
Ayke van Laethem
2019-10-18 11:19:31 +02:00
committed by Ron Evans
parent c4dff990d9
commit 9d21bfce8c
+6
View File
@@ -1,3 +1,9 @@
# Avoid lengthy LLVM rebuilds on each newly pushed branch. Pull requests will
# be built anyway.
trigger:
- master
- dev
jobs:
- job: Build
timeoutInMinutes: 180