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