Tracking ci.yml changes from master.

This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-09-10 10:50:36 -07:00
parent 35b26794ec
commit 9110b7665e
2 changed files with 37 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
--- ci.yml 2023-08-07 21:01:04.703855130 -0700
+++ ci_sh_def.yml 2023-08-07 21:01:44.175795896 -0700
--- ci.yml 2023-09-10 10:49:38.655616237 -0700
+++ ci_sh_def.yml 2023-09-10 10:50:17.855597833 -0700
@@ -1,4 +1,16 @@
-name: CI
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:
@@ -117,7 +117,7 @@
-DCMAKE_CXX_COMPILER=$(which icpc) \
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
@@ -666,6 +687,7 @@
@@ -672,6 +693,7 @@
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_STANDARD=11
@@ -125,7 +125,7 @@
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
- name: Build
@@ -716,6 +738,7 @@
@@ -722,6 +744,7 @@
cmake ../pybind11-tests
-DDOWNLOAD_CATCH=ON
-DPYBIND11_WERROR=ON
@@ -133,7 +133,7 @@
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
working-directory: /build-tests
@@ -811,6 +834,7 @@
@@ -817,6 +840,7 @@
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
@@ -141,7 +141,7 @@
${{ matrix.args }}
- name: Build C++11
run: cmake --build build -j 2
@@ -865,6 +889,7 @@
@@ -871,6 +895,7 @@
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
@@ -149,7 +149,7 @@
${{ matrix.args }}
- name: Build C++11
run: cmake --build build --config Debug -j 2
@@ -905,6 +930,7 @@
@@ -911,6 +936,7 @@
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_STANDARD=20
@@ -157,7 +157,7 @@
- name: Build C++20
run: cmake --build build -j 2
@@ -925,6 +951,7 @@
@@ -931,6 +957,7 @@
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_STANDARD=20
@@ -165,7 +165,7 @@
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
- name: Build C++20 - Exercise cmake -DPYBIND11_TEST_OVERRIDE
@@ -967,7 +994,7 @@
@@ -973,7 +1000,7 @@
- name: Configure C++11
# LTO leads to many undefined reference like
# `pybind11::detail::function_call::function_call(pybind11::detail::function_call&&)
@@ -174,7 +174,7 @@
- name: Build C++11
run: cmake --build build -j 2
@@ -985,7 +1012,7 @@
@@ -991,7 +1018,7 @@
run: git clean -fdx
- name: Configure C++14
@@ -183,7 +183,7 @@
- name: Build C++14
run: cmake --build build2 -j 2
@@ -1003,7 +1030,7 @@
@@ -1009,7 +1036,7 @@
run: git clean -fdx
- name: Configure C++17
@@ -192,7 +192,7 @@
- name: Build C++17
run: cmake --build build3 -j 2
@@ -1070,6 +1097,7 @@
@@ -1076,6 +1103,7 @@
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17
@@ -200,7 +200,7 @@
- name: Build
run: cmake --build . -j 2
@@ -1135,6 +1163,7 @@
@@ -1141,6 +1169,7 @@
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17
@@ -208,7 +208,7 @@
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
- name: Build
@@ -1158,6 +1187,7 @@
@@ -1164,6 +1193,7 @@
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17