diff --git a/pyproject.toml b/pyproject.toml index 5f0307d..69e4699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,8 @@ write_to = "src/fpm/_version.py" [tool.cibuildwheel] build = "cp311-*" build-verbosity = 3 +test-command = "git clone https://github.com/fortran-lang/fpm.git fpm-test && cd fpm-test && git checkout v0.11.0 && FPM_FC=${FC} FPM_CC=${CC} FPM_CXX=${CXX} fpm test" +test-skip = "*-*linux_{aarch64,ppc64le,s390x,armv7l}" # Skip emulated architectures [tool.cibuildwheel.macos] archs = ["auto"]