You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/13 16:55:21 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1771: Fix -x of testbuild.sh; Do not use -x on CI to have all build errors

xiaoxiang781216 commented on a change in pull request #1771:
URL: https://github.com/apache/incubator-nuttx/pull/1771#discussion_r487552052



##########
File path: .github/workflows/build.yml
##########
@@ -161,7 +161,7 @@ jobs:
             export CCACHE_DIR=`pwd`/ccache
             mkdir $CCACHE_DIR
             cd sources/testing
-            ./cibuild.sh -c -x testlist/${{matrix.boards}}.dat
+            ./cibuild.sh -c testlist/${{matrix.boards}}.dat

Review comment:
       Please don't forget modify apps and testing git too.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org