mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update dist
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c9817ff74d
commit
19a64a6540
|
@ -1,19 +1,3 @@
|
|||
git config --global user.email "nbjorner@microsoft.com"
|
||||
|
||||
git config --global user.name "Nikolaj Bjorner"
|
||||
|
||||
echo "test" > bin\nightly\ping.txt
|
||||
|
||||
cd bin\nightly
|
||||
|
||||
git add ping.txt
|
||||
|
||||
git commit -s -a -m "test"
|
||||
|
||||
git push
|
||||
|
||||
goto :EOF
|
||||
|
||||
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
|
||||
|
@ -23,13 +7,3 @@ 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
|
||||
|
||||
xcopy dist\*.zip bin\nightly\* /y
|
||||
|
||||
cd bin\nightly
|
||||
|
||||
git add *.zip
|
||||
|
||||
git commit -s -a -m "nightly Windows"
|
||||
|
||||
git push
|
||||
|
||||
|
|
Loading…
Reference in a new issue