mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
add vstsmac
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
abc274e290
commit
4529ad933a
9
scripts/vsts-mac.sh
Normal file
9
scripts/vsts-mac.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir build
|
||||
CSC=/usr/bin/csc GACUTIL=/usr/bin/gacutil CXX=clang++ CC=clang python scripts/mk_make.py -x --dotnet --java --python
|
||||
cd build
|
||||
make
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue