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

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