3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
z3/scripts/vsts.cmd
Nikolaj Bjorner 7a64c82d99 comment out pull
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-03-19 11:15:49 -07:00

16 lines
317 B
Batchfile

rem Build
md build
cd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake -G "NMake Makefiles" ../
nmake
rem Run unit tests
nmake test-z3
test-z3.exe -a
cd ..
rem Run regression tests
rem git pull https://github.com/z3prover/z3test z3test
rem cd z3test