Skip to content

Commit

Permalink
CI: Cross build for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Jul 31, 2024
1 parent ece53c6 commit 07e8538
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,13 @@ jobs:
with:
fetch-depth: 1
submodules: true
- name: Build
- name: Build native
run: |
make
make clean
- name: Build cross
run: |
./build.sh
docker:
name: Build Docker Image
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 07e8538

Please sign in to comment.