Skip to content

Commit

Permalink
add iOS check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed May 20, 2024
1 parent e762fd2 commit 57150ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ jobs:
chmod a+x builder
./builder build -p ${{ env.PACKAGE_NAME }}
ios-cross-compile:
runs-on: macos-latest # latest
steps:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
chmod a+x builder
./builder build -p ${{ env.PACKAGE_NAME }} --target=ios-arm64
freebsd:
runs-on: ubuntu-22.04 # latest
steps:
Expand Down

0 comments on commit 57150ca

Please sign in to comment.