mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
ci: add android test (#5714)
* ci: add android test Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Fix Android tests (#23) * Android tests working * Clarifications * ci: only use fork on Android Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * ci: add wheel (missing) Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * ci: no patchelf? Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * ci: forgot pyproject android mention Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Fix GHA configuration * Update to cibuildwheel 3.1 * Restore installation of "wheel" * Revert iOS to cibuildwheel 3.0 * Actually revert iOS back to cibuildwheel 3.0 * Restore iOS to cibuildwheel 3.1, and skip Python 3.14 instead * Update .github/workflows/tests-cibw.yml --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import sysconfig
|
||||
|
||||
import pytest
|
||||
|
||||
ANDROID = sys.platform.startswith("android")
|
||||
LINUX = sys.platform.startswith("linux")
|
||||
MACOS = sys.platform.startswith("darwin")
|
||||
WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin")
|
||||
|
||||
Reference in New Issue
Block a user