3
0
Fork 0
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:
Nikolaj Bjorner 2018-03-20 15:19:05 -07:00
parent abc274e290
commit 4529ad933a

9
scripts/vsts-mac.sh Normal file
View 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