diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2018-12-14 17:59:14 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2018-12-14 18:33:19 +0200 |
commit | 8b7725211eaddcb55e5043a02024736f57618bca (patch) | |
tree | e073b99bdbdffcab872c06d518abe7e5083ec208 /appveyor.yml | |
parent | 1d8235f5b899a2cd8414522b2d72b96fab91577b (diff) | |
download | qtlocation-mapboxgl-8b7725211eaddcb55e5043a02024736f57618bca.tar.gz |
[build] Upgrade LLVM to 7.0.0 for AppVeyor Visual Studio 2017 bot
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index b1fe0b9f4f..53970e1ac5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,8 +47,8 @@ for: - image: Visual Studio 2017 environment: - LLVM_VERSION: 6.0.0 - LLVM_HASH: 2501887b2f638d3f65b0336f354b96f8108b563522d81e841d5c88c34af283dd + LLVM_VERSION: 7.0.0 + LLVM_HASH: 74b197a3959b0408adf0824be01db8dddfa2f9a967f4085af3fad900ed5fdbf6 VCVARSALL: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat' QT_PREFIX: 'C:\Qt\latest\msvc2017_64\lib\cmake' |