From 907b8283154c9a8a8f0b36bccc17236fda5eff78 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 18 Aug 2020 15:26:23 -0500 Subject: [PATCH] Add iOS test to release builds. --- .github/workflows/release.yml | 3 +++ .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef0f86b..448c9ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,9 @@ jobs: - uses: actions/checkout@v2 - run: | cargo build --release + rustup target add aarch64-apple-ios x86_64-apple-ios + cargo install cargo-lipo + cargo lipo --release publish_winrt_bindings: name: Publish winrt_bindings diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d7b211..9404d8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: - uses: actions/checkout@v2 - run: | cargo build --release - cargo install cargo-lipo rustup target add aarch64-apple-ios x86_64-apple-ios + cargo install cargo-lipo cargo lipo --release