Skip to content

Commit

Permalink
End Visual Studio's reign of terror once and for all (#411)
Browse files Browse the repository at this point in the history
* End visual studio's reign of terror once and for all

* Add proper versioning and pass architecture to getvclinker()

* Try to add VS2017 and VS2019 tests

* Correctly query host architecture and deal with VS2017 nonsense

* Fix incorrect assumption about VS2015 directory structure
  • Loading branch information
Erik McClure authored and elliottslaughter committed Oct 11, 2019
1 parent 0202399 commit 0bb20d1
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 25 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
LLVM_VERSION: 7.0.0
LLVM_VERSION_SHORT: 70
VS_MAJOR_VERSION: 14 # Just use LLVM built with VS 2015
USE_CMAKE: 1
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
LLVM_VERSION: 7.0.0
LLVM_VERSION_SHORT: 70
VS_MAJOR_VERSION: 14 # Just use LLVM built with VS 2015
USE_CMAKE: 1
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
LLVM_VERSION: 7.0.0
LLVM_VERSION_SHORT: 70
Expand Down
Loading

0 comments on commit 0bb20d1

Please sign in to comment.