提交 1ab79a21 编写于 作者: I Ian Hickson 提交者: GitHub

Update CONTRIBUTING.md (#3028)

Have the sample build script exit after the first failed build.
上级 3ccdc5b1
......@@ -161,7 +161,7 @@ flutter/tools/gn --android --runtime-mode=profile
flutter/tools/gn --android --runtime-mode=release
cd out
ls | xargs -n 1 ninja -C
ls | xargs -n 1 sh -c 'ninja -C $0 || exit 255'
flutter update-packages --upgrade
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册