This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 196ed084c10df9a74b75cebe5383d8e4f5961346 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Mon May 4 20:19:01 2020 +0900 cibuild.sh: Add a comment about prerequisites for macOS --- cibuild.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cibuild.sh b/cibuild.sh index 3e169c4..508c43f 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -17,6 +17,12 @@ # specific language governing permissions and limitations # under the License. +# Prerequisites for macOS +# - Xcode (cc, etc) +# - homebrew +# - autoconf +# - wget + set -e WD=$(cd $(dirname $0) && pwd)
