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.
1 parent 13a8dc8 commit c73c4d8Copy full SHA for c73c4d8
buildspec-windows.yml
@@ -4,11 +4,16 @@ phases:
4
install:
5
commands:
6
- choco install cyg-get -y --no-progress
7
+ - choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
8
- cyg-get bash patch bison flex make wget perl jq
9
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
10
11
build:
12
13
+ - |
14
+ cmake -Bbuild -H. -GNMake
15
+ cmake --build build
16
+
17
- |
18
$env:Path = "C:\tools\cygwin\bin;$env:Path"
19
bash -c "make -C src minisat2-download DOWNLOADER=wget"
0 commit comments