Skip to content

Commit c8d3011

Browse files
committed
ci: Add a build configuration, testing building for iOS
1 parent 950f75d commit c8d3011

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ jobs:
114114
- run: c++ --version
115115
- run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) ARCH=arm64
116116

117+
ios-cross-arm64:
118+
runs-on: macos-latest
119+
steps:
120+
- uses: actions/checkout@v3
121+
- run: make gmp-bootstrap
122+
- run: make gtest-bootstrap
123+
- run: c++ --version
124+
- run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) OS=ios ARCH=arm64
125+
117126
fuzzing:
118127
runs-on: ubuntu-latest
119128
steps:

0 commit comments

Comments
 (0)