diff --git a/README.md b/README.md index 2bccd6b7..5c6b5861 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Here are some repos that use cibuildwheel. | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | -| [Imagecodecs (fork)][] | ![github icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | +| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | @@ -234,7 +234,7 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - + @@ -243,7 +243,7 @@ Here are some repos that use cibuildwheel. - + @@ -271,7 +271,7 @@ Here are some repos that use cibuildwheel. - + diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 52bd600a..37a3114d 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -277,7 +277,8 @@ - name: Imagecodecs (fork) gh: czaki/imagecodecs_build stars: cgohlke/imagecodecs - ci: [github] + ci: [azurepipelines] + ci_config: azure-pipelines.yaml os: [apple, linux] notes: Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS.