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

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


The following commit(s) were added to refs/heads/github-action by this push:
     new 799628f  Use Github Actions
799628f is described below

commit 799628f849546e02d1b86ee3597de955351b8131
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Jun 28 11:41:12 2021 -0700

    Use Github Actions
---
 .github/workflows/ci.yml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a3d5f11..c7705f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,18 +11,8 @@ jobs:
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2
-      - name: Checkout submodules
-        run: |
-          git submodule update --depth 1 --init &&
-          (cd rust/compiler-builtins && git submodule update --depth 1 --init 
libm) &&
-          (cd rust/rust && git submodule update --depth 1 --init src/stdsimd)
-      - name: Preparing build system
-        run: |
-          . ~/.cargo/env &&
-          . /opt/sgxsdk/environment &&
-          mkdir -p build &&
-          cd build &&
-          cmake -DCMAKE_BUILD_TYPE=Debug -DSGX_SIM_MODE=ON -DTEST_MODE=ON ..
+        with:
+          submodules: recursive
       - name: Building
         run: |
           make optee &&

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to