From 64236303df427976454c551d0c7da0f27d2d88d8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 15 Jul 2021 22:38:58 -0400 Subject: [PATCH] docs: add cmake/ninja to projects --- docs/data/projects.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index dc390ce8..e21af4b5 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -363,3 +363,16 @@ gh: LAMDA-NJU/Deep-Forest ci: [github] os: [apple, linux, windows] + +- name: cmake + gh: scikit-build/cmake-python-distributions + stars: Kitware/CMake + ci: [github, travisci] + os: [apple, linux, windows] + notes: Multitagged binary builds for all supported platforms, using cibw 2 config configuration. + +- name: ninja + gh: scikit-build/ninja-python-distributions + ci: [github, travisci] + os: [apple, linux, windows] + notes: Multitagged binary builds for all supported platforms, using cibw 2 config configuration.