Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.

Commit 7acff4f

Browse files
committed
LDC: Fix Azure CI for tags and use clang 8.0.0 on Windows
1 parent 56185df commit 7acff4f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ variables:
66

77
# Although tags are supposed to trigger builds by default, they don't.
88
trigger:
9-
branches:
10-
include: ['*']
11-
tags:
12-
include:
13-
- ldc-v*
9+
- '*'
10+
- refs/tags/ldc-v*
1411

1512
jobs:
1613
- job: Windows
1714
timeoutInMinutes: 180
1815
pool:
1916
vmImage: 'vs2017-win2016'
2017
variables:
21-
CLANG_VERSION: 7.0.1
18+
CLANG_VERSION: 8.0.0
2219
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
2320
EXTRA_CMAKE_FLAGS: -DLLVM_USE_CRT_RELEASE=MT
2421
strategy:

0 commit comments

Comments
 (0)