From e722dc77773f595800a3393ee0b39e8388f90b90 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 20 Jan 2024 16:30:08 -0800 Subject: [PATCH] add status badge for windows build, remove windows build from Azure pipelines Signed-off-by: Nikolaj Bjorner --- README.md | 6 ++--- azure-pipelines.yml | 57 --------------------------------------------- 2 files changed, 3 insertions(+), 60 deletions(-) diff --git a/README.md b/README.md index 230b3eeeb..dfbaea599 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ See the [release notes](RELEASE_NOTES.md) for notes on various stable releases o ## Build status -| Azure Pipelines | Code Coverage | Open Bugs | Android Build | WASM Build | -| --------------- | --------------|-----------|---------------|------------| -| [![Build Status](https://dev.azure.com/Z3Public/Z3/_apis/build/status/Z3Prover.z3?branchName=master)](https://dev.azure.com/Z3Public/Z3/_build/latest?definitionId=1&branchName=master) | [![CodeCoverage](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml) | [![Open Issues](https://github.com/Z3Prover/z3/actions/workflows/wip.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) |[![Android Build](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [![WASM Build](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml) | +| Azure Pipelines | Code Coverage | Open Bugs | Android Build | WASM Build | Windows Build | +| --------------- | --------------|-----------|---------------|------------|---------------| +| [![Build Status](https://dev.azure.com/Z3Public/Z3/_apis/build/status/Z3Prover.z3?branchName=master)](https://dev.azure.com/Z3Public/Z3/_build/latest?definitionId=1&branchName=master) | [![CodeCoverage](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/coverage.yml) | [![Open Issues](https://github.com/Z3Prover/z3/actions/workflows/wip.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/wip.yml) |[![Android Build](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/android-build.yml) | [![WASM Build](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/wasm.yml) | [![Windows](https://github.com/Z3Prover/z3/actions/workflows/Windows.yml/badge.svg)](https://github.com/Z3Prover/z3/actions/workflows/Windows.yml) Docker image. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 753c9ae9c..d9d2ab2b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -183,63 +183,6 @@ jobs: - template: scripts/test-regressions.yml -- job: "WindowsLatest" - displayName: "Windows" - pool: - vmImage: "windows-latest" - strategy: - matrix: - x86: - arch: 'x86' - setupCmd1: '' - setupCmd2: '' - setupCmd3: '' - bindings: '$(cmakePy)' - runTests: 'False' - x64: - arch: 'x64' - setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\"))"' - setupCmd2: 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env' - setupCmd3: 'set /P JlCxxDir=