mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
11 lines
401 B
Batchfile
11 lines
401 B
Batchfile
:: See build.cmd for documentation on this call.
|
|
call "c:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
|
|
|
|
cd build
|
|
|
|
:: This sets up ZEEKPATH and ZEEK_PLUGIN_PATH
|
|
call zeek-path-dev.bat
|
|
|
|
:: Only run the unit tests for now. Btest is supported on Windows but a ton
|
|
:: of tests are still failing so it's not worth trying to run it.
|
|
src\zeek --test
|