You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/04/29 04:28:23 UTC

[incubator-nuttx] 01/06: build.yml: Remove -G from cibuild.sh command line

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

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

commit d6b24a41243e8016297c093fadcaf4a45399ffb5
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Apr 22 01:31:45 2020 +0800

    build.yml: Remove -G from cibuild.sh command line
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d59c9e0..9913fd3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -170,7 +170,7 @@ jobs:
           run: |
             git -C sources/nuttx fetch --tags
             cd sources/testing
-            ./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
+            ./cibuild.sh -x testlist/${{matrix.boards}}.dat
 
   macOS:
     runs-on: macos-10.15
@@ -211,4 +211,4 @@ jobs:
         run: |
           git -C sources/nuttx fetch --tags
           cd sources/testing
-          ./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat
+          ./cibuild.sh -i -x testlist/${{matrix.boards}}.dat