Lines Matching refs:watch
21 using the Pigweed environment as ``pw watch``. By default, ``pw_watch`` watches
24 this behavior, provide the ``-C`` argument to ``pw watch``.
29 pw watch
32 pw watch python.lint stm32f429i
35 pw watch -C out/cmake pw_run_tests.modules
38 pw watch -C out -C out/cmake pw_apps
41 pw watch python.tests -C out/cmake pw_apps
43 ``pw watch`` only rebuilds when a file that is not ignored by Git changes.
44 Adding exclusions to a ``.gitignore`` causes watch to ignore them, even if the
53 By default, ``pw watch`` automatically restarts an ongoing build when files
55 ``pw watch``, you may also press enter to immediately restart a build.