You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/02/04 18:45:44 UTC

[incubator-teaclave] 05/07: Build the framework in CI

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git

commit 4b8b0f37f3744768a5257e96455a68d866429e8f
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Feb 3 14:50:51 2021 -0800

    Build the framework in CI
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0fd1fcd..6be2c85 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
           cargo build --manifest-path sdk/rust/Cargo.toml
           cargo build --manifest-path sdk/rust/Cargo.toml --target aarch64-apple-ios
           cargo lipo --manifest-path sdk/rust/Cargo.toml
+          cd sdk/swift/TeaclaveClientSDK && xcodebuild -scheme TeaclaveClientSDK
   sim-debug-ubuntu-1804:
     runs-on: ubuntu-18.04
     container: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org