Lines Matching full:build
19 # otherwise can't actually build the edk
24 # Can we build the edk?
27 "build",
32 "--build-dir",
60 file2hex = Path(os.environ["ZEPHYR_BASE"]) / "scripts/build/file2hex.py"
69 # Build the extension using the edk
71 command = ["cmake", "-B", "build"]
76 command = ["make", "-C", "build"]
81 assert os.path.exists(Path(tempdir_extension) / "build/extension.llext")
84 # build directory in the include path, so that the application can find the
86 logger.debug(f"Running application with extension in {tempdir_extension} - west build")
89 "build",
92 "--build-dir",
95 f"-DEXTENSION_DIR={tempdir_extension}/build/"