We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 199f6ef + c4ba38f commit 569014bCopy full SHA for 569014b
buildspec-windows-cmake.yml
@@ -9,7 +9,9 @@ phases:
9
install:
10
commands:
11
- choco install -y --no-progress cmake --installargs 'ADD_CMAKE_TO_PATH=System'
12
- - choco install -y --no-progress winflexbison3 ninja
+ - choco install cyg-get -y --no-progress
13
+ - cyg-get bison flex
14
+ - choco install -y --no-progress ninja
15
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
16
17
build:
0 commit comments