Skip to content

Commit e2df019

Browse files
committed
Add CI job for mullvad-ios
1 parent a5f67bd commit e2df019

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/daemon.yml

+18
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,21 @@ jobs:
175175
# doesn't run out of space on the D drive.
176176
CARGO_TARGET_DIR: "C:/cargo-target"
177177
run: ./ci/check-rust.sh
178+
179+
build-ios-ffi:
180+
runs-on: macos-latest
181+
steps:
182+
- name: Checkout repository
183+
uses: actions/checkout@v2
184+
185+
- name: Install Rust
186+
uses: actions-rs/toolchain@v1.0.6
187+
with:
188+
toolchain: stable
189+
target: aarch64-apple-ios
190+
default: true
191+
192+
- name: Build and test crates
193+
run: |
194+
source env.sh
195+
cargo build --locked --verbose --lib -p mullvad-ios

0 commit comments

Comments
 (0)