mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
24 lines
563 B
Batchfile
24 lines
563 B
Batchfile
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
|
|
python scripts\mk_win_dist.py --x64-only --dotnet-key=$(Agent.TempDirectory)\z3.snk
|
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
|
|
|
|
python scripts\mk_win_dist.py --x86-only --dotnet-key=$(Agent.TempDirectory)\z3.snk
|
|
|
|
<<<<<<< HEAD
|
|
xcopy dist\*.zip bin\nightly\* /y
|
|
|
|
cd bin\nightly
|
|
|
|
git add *.zip
|
|
|
|
git commit -s -a -m "nightly Windows"
|
|
|
|
git push
|
|
=======
|
|
|
|
|
|
>>>>>>> cdad6f3f977cd32c77909073ddba935e4ae2ae37
|
|
|