mirror of
https://github.com/Z3Prover/z3
synced 2025-04-09 19:01:50 +00:00
10 lines
236 B
Batchfile
10 lines
236 B
Batchfile
md build
|
|
cd build
|
|
set
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
cmake -G "NMake Makefiles" ../
|
|
nmake
|
|
nmake test-z3
|
|
git pull https://github.com/z3prover/z3test z3test
|
|
cd z3test
|