verilator/ci/ci-win-test.ps1

11 lines
191 B
PowerShell
Raw Normal View History

cd install
$Env:VERILATOR_ROOT=$PWD
cd examples/cmake_tracing_c
mkdir build
cd build
cmake ..
2023-02-03 23:47:54 +00:00
cmake --build . --config Release -j 3
Release/example.exe
cd ..
Remove-Item -path build -recurse