Skip to content

Commit 542615f

Browse files
committed
fixup! Rewrite build_win.ps1 in Bash
1 parent 9b25426 commit 542615f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/build_win.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ boost_dir=("${ROOTDIR}/deps/boost/lib/cmake/Boost-"*)
3636
-DCMAKE_INSTALL_PREFIX="${ROOTDIR}/uploads/" \
3737
..
3838
MSBuild.exe solidity.sln \
39-
"/p:Configuration=Release" \
40-
"/m:10" \
41-
"/v:minimal"
39+
-property:Configuration=Release \
40+
-maxCpuCount:10 \
41+
-verbosity:minimal
4242
"${ROOTDIR}/deps/cmake/bin/cmake" \
4343
--build . \
4444
-j 10 \

0 commit comments

Comments
 (0)