1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-09 14:12:39 +00:00
verilator/ci/ci-win-test.ps1
2023-02-03 18:47:54 -05:00

11 lines
191 B
PowerShell

cd install
$Env:VERILATOR_ROOT=$PWD
cd examples/cmake_tracing_c
mkdir build
cd build
cmake ..
cmake --build . --config Release -j 3
Release/example.exe
cd ..
Remove-Item -path build -recurse