3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-27 09:20:54 -08:00
parent 595fea7434
commit ced2a0281b

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
MT:
cmdLine: 'python scripts/mk_make.py -d --java --dotnet'
cmdLine: 'python scripts/mk_make.py -d --java --dotnet --ml'
ST:
cmdLine: './configure --single-threaded'
steps: