We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e5067 commit 02dbadeCopy full SHA for 02dbade
.circleci/build_win.ps1
@@ -3,5 +3,6 @@ mkdir build
3
cd build
4
$boost_dir=(Resolve-Path $PSScriptRoot\..\deps\boost\lib\cmake\Boost-*)
5
..\deps\cmake\bin\cmake -G "Visual Studio 16 2019" -DBoost_DIR="$boost_dir\" -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -DCMAKE_INSTALL_PREFIX="$PSScriptRoot\..\upload" ..
6
-..\deps\cmake\bin\cmake --build . -j 6 --config Release
+msbuild solidity.sln /p:Configuration=Release /m:5 /v:minimal
7
+#..\deps\cmake\bin\cmake --build . -j 6 --config Release
8
..\deps\cmake\bin\cmake --build . -j 6 --target install --config Release
0 commit comments