mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
github: msbuild compile with -j 3
This commit is contained in:
parent
c7ed73e249
commit
15c163c12e
@ -4,12 +4,12 @@ if (-Not (Test-Path $PWD/../.ccache/win_bison.exe)) {
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. --install-prefix $PWD/../../../.ccache
|
cmake .. --install-prefix $PWD/../../../.ccache
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release -j 3
|
||||||
cmake --install . --prefix $PWD/../../../.ccache
|
cmake --install . --prefix $PWD/../../../.ccache
|
||||||
cd ../..
|
cd ../..
|
||||||
}
|
}
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. --install-prefix $PWD/../install
|
cmake .. --install-prefix $PWD/../install
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release -j 3
|
||||||
cmake --install . --prefix $PWD/../install
|
cmake --install . --prefix $PWD/../install
|
||||||
|
@ -4,7 +4,7 @@ cd examples/cmake_tracing_c
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release -j 3
|
||||||
Release/example.exe
|
Release/example.exe
|
||||||
cd ..
|
cd ..
|
||||||
Remove-Item -path build -recurse
|
Remove-Item -path build -recurse
|
||||||
|
Loading…
Reference in New Issue
Block a user