mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
configure git identity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5c9c76055e
commit
9b412a1f3d
|
@ -1,3 +1,7 @@
|
|||
git config --global user.email "nbjorner@microsoft.com"
|
||||
|
||||
git config --global user.name "Nikolaj Bjorner"
|
||||
|
||||
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