Skip to content

Commit

Permalink
Add ClangCL toolset on appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvb committed Apr 17, 2020
1 parent df97564 commit 615f559
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 1 files
+8 −0 appveyor.yml
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ environment:
BUILD_ARGS: /verbosity:quiet /clp:PerformanceSummary;Summary;ShowCommandLine;ForceNoAlign
PACKAGE_ID: vs2019_x86_64

- TOOLCHAIN: "Visual Studio 2019 ClangCL x64"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GENERATOR: Visual Studio 16 2019
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
VCVARSARG: amd64
CMAKE_ARGS: -A x64 -T ClangCL
BUILD_ARGS: /verbosity:minimal
PACKAGE_ID: vs2019clang9_x86_64

# Mingw-w64
- TOOLCHAIN: "MinGW-w64 GCC"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

0 comments on commit 615f559

Please sign in to comment.