dry_run_linux-x64-all-clusters-coverage.txt 432 B

1234567891011
  1. # Commands will be run in CHIP project root.
  2. cd "{root}"
  3. # Generating linux-x64-all-clusters-coverage
  4. gn gen --check --fail-on-unused-args --export-compile-commands --root={root}/examples/all-clusters-app/linux --args=use_coverage=true {out}/linux-x64-all-clusters-coverage
  5. # Setting up Java deps
  6. third_party/java_deps/set_up_java_deps.sh
  7. # Building linux-x64-all-clusters-coverage
  8. ninja -C {out}/linux-x64-all-clusters-coverage