verilator/ci/ci-win-test.ps1
2022-12-23 18:12:17 -05:00

11 lines
186 B
PowerShell

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