Skip to content

Commit

Permalink
ci: Add a build configuration, testing building for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Nov 10, 2023
1 parent 950f75d commit c8d3011
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ jobs:
- run: c++ --version
- run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) ARCH=arm64

ios-cross-arm64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: make gmp-bootstrap
- run: make gtest-bootstrap
- run: c++ --version
- run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) OS=ios ARCH=arm64

fuzzing:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c8d3011

Please sign in to comment.