mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
disable also tests for Windows x86, does not work with CI pipeline
This commit is contained in:
parent
ff68df3451
commit
4d86d73942
|
@ -195,7 +195,7 @@ jobs:
|
||||||
setupCmd2: ''
|
setupCmd2: ''
|
||||||
setupCmd3: ''
|
setupCmd3: ''
|
||||||
bindings: '$(cmakePy)'
|
bindings: '$(cmakePy)'
|
||||||
runTests: 'True'
|
runTests: 'False'
|
||||||
x64:
|
x64:
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"'
|
setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"'
|
||||||
|
|
Loading…
Reference in a new issue