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

Commit

Permalink
LDC: Azure Windows CI: Upgrade clang to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 2, 2019
1 parent ed646d6 commit 263763b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/windows.yml
Expand Up @@ -18,7 +18,7 @@ steps:
7z x ../ninja.zip > nul
cd ..
:: Download & install clang
curl -L -o clang.exe http://releases.llvm.org/%CLANG_VERSION%/LLVM-%CLANG_VERSION%-win64.exe
curl -L -o clang.exe https://github.com/llvm/llvm-project/releases/download/llvmorg-%CLANG_VERSION%/LLVM-%CLANG_VERSION%-win64.exe
clang.exe /S
displayName: Install prerequisites
- script: |
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
variables:
CLANG_VERSION: 8.0.0
CLANG_VERSION: 8.0.1
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
EXTRA_CMAKE_FLAGS: -DLLVM_USE_CRT_RELEASE=MT
strategy:
Expand Down

0 comments on commit 263763b

Please sign in to comment.