aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-7-x86/11-conan.ps1
blob: 1d928ffaf3ea87a02f1146c5007cdf32350f1c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
. "$PSScriptRoot\..\common\windows\conan.ps1"

Run-Conan-Install `
    -ConanfilesDir "$PSScriptRoot\conanfiles" `
    -BuildinfoDir Mingw-x86 `
    -Arch x86 `
    -Compiler "gcc" `
    -CompilerVersion 8 `
    -CompilerLibcxx "libstdc++" `
    -CompilerException "dwarf2" `
    -CompilerThreads "posix"