Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Provisioning: Install Conan packages for VS2019
Browse files Browse the repository at this point in the history
Change-Id: Ia094a237da6924acaaabeb77ec0590cf061672c2
  • Loading branch information
annulen committed Feb 27, 2020
1 parent bc89d2a commit 5e62595
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions coin/provisioning/qtci-windows-10-x86_64/11-conan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ Run-Conan-Install `
-CompilerVersion 15 `
-CompilerRuntime MD

Run-Conan-Install `
-ConanfilesDir "$PSScriptRoot\conanfiles" `
-BuildinfoDir MSVC2019-x86_64 `
-Arch x86_64 `
-Compiler "Visual Studio" `
-CompilerVersion 16 `
-CompilerRuntime MD

Run-Conan-Install `
-ConanfilesDir "$PSScriptRoot\conanfiles" `
-BuildinfoDir MSVC2019-x86 `
-Arch x86 `
-Compiler "Visual Studio" `
-CompilerVersion 16 `
-CompilerRuntime MD

Run-Conan-Install `
-ConanfilesDir "$PSScriptRoot\conanfiles" `
-BuildinfoDir Mingw73-x86 `
Expand Down

0 comments on commit 5e62595

Please sign in to comment.