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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
