mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9b412a1f3d
commit
d4c9b20dad
|
@ -2,6 +2,19 @@ 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"
|
||||
|
||||
python scripts\mk_win_dist.py --x64-only --dotnet-key=$(Agent.TempDirectory)\z3.snk
|
||||
|
|
Loading…
Reference in a new issue