mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
CI: update dotnet example to coreclr 2.0
This commit is contained in:
parent
20c128d3fa
commit
aae28bd0eb
2 changed files with 14 additions and 2 deletions
|
@ -91,8 +91,8 @@ if [ "X${DOTNET_BINDINGS}" = "X1" ]; then
|
|||
# Build .NET example
|
||||
# FIXME: Move compliation step into CMake target
|
||||
mcs ${Z3_SRC_DIR}/examples/dotnet/Program.cs /target:exe /out:dotnet_test.exe /reference:Microsoft.Z3.dll /r:System.Numerics.dll
|
||||
# Run .NET example
|
||||
run_quiet run_non_native_binding mono ./dotnet_test.exe
|
||||
# Build & Run .NET example
|
||||
run_quiet run_non_native_binding dotnet run -p ${Z3_SRC_DIR}/examples/dotnet/dotnet.csproj
|
||||
fi
|
||||
|
||||
if [ "X${JAVA_BINDINGS}" = "X1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue