3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

update cmd

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-05 11:17:09 -07:00
parent cdad6f3f97
commit 2d95e8de54

View file

@ -6,6 +6,18 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliar
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