mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
ci: test on iOS (#5705)
* ci: add iOS Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update .github/workflows/tests-cibw.yml * ci: use test groups Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
23
.github/workflows/tests-cibw.yml
vendored
23
.github/workflows/tests-cibw.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: WASM
|
||||
name: CIBW
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -15,16 +15,33 @@ concurrency:
|
||||
jobs:
|
||||
build-wasm-emscripten:
|
||||
name: Pyodide wheel
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pypa/cibuildwheel@v2.23
|
||||
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
|
||||
env:
|
||||
PYODIDE_BUILD_EXPORTS: whole_archive
|
||||
with:
|
||||
package-dir: tests
|
||||
only: cp312-pyodide_wasm32
|
||||
|
||||
build-ios:
|
||||
name: iOS wheel
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- run: brew upgrade cmake
|
||||
|
||||
- uses: pypa/cibuildwheel@c90accef518b1dd0253bf43b639ce21f765d6794
|
||||
env:
|
||||
CIBW_PLATFORM: ios
|
||||
with:
|
||||
package-dir: tests
|
||||
|
||||
Reference in New Issue
Block a user