From 309fc010b9369fd747fd41149bff0ba202eb9b31 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Fri, 7 Oct 2022 11:20:11 -0400 Subject: [PATCH] add cross building for pybind on gitlab to example --- docs/data/projects.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 5129dbb6..e25ed35b 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -204,6 +204,12 @@ ci: [github] os: [windows, apple, linux] +- name: pybind11 cross build example + gh: wbarnha/pybind_cmake_example_crossbuild + ci: [github, gitlab] + os: [windows, apple, linux] + notes: Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab + - name: iminuit gh: scikit-hep/iminuit ci: [github] @@ -599,7 +605,7 @@ gh: tensorchord/envd ci: [github] os: [apple, linux, windows] - note: A machine learning development environment build toool + note: A machine learning development environment build tool - name: mosec gh: mosecorg/mosec