Home
last modified time | relevance | path

Searched full:ninja (Results 1 – 12 of 12) sorted by relevance

/sof-3.4.0/scripts/
Dbuild-tools.sh62 ctl: ninja -C "$BUILD_TOOLS_DIR" sof-ctl
63 logger: ninja -C "$BUILD_TOOLS_DIR" sof-logger
64 probes: ninja -C "$BUILD_TOOLS_DIR" sof-probes
65 topologies: ninja -C "$BUILD_TOOLS_DIR" topologies
66 test tplgs: ninja -C "$BUILD_TOOLS_DIR" tests
70 ninja -C "$BUILD_TOOLS_DIR/" help
135 test -e "$BUILD_TOOLS_DIR"/build.ninja ||
Drun-mocks.sh50 # -ninja) after this for faster, incremental builds.
Dtest-repro-build.sh67 '\.c?make' '\.ninja' /TargetDirectories.txt
Dxtensa-build-zephyr.py512 execute_command(["cmake", "-B", rimage_dir_name, "-G", "Ninja",
593 if (pathlib.Path(abs_build_dir, "build.ninja").is_file()
/sof-3.4.0/.github/workflows/
Dpull-request.yml43 run: sudo apt-get -y install ninja-build doxygen graphviz
46 run: cmake -GNinja -S doc -B docbuild && ninja -C docbuild -v doc
61 ninja -C docbuild -v doc
81 doxygen make default-jre graphviz cmake ninja-build
84 run: cmake -GNinja -S doc/ -B doxybuild/ && ninja -C doxybuild/ -v doc
Dtestbench.yml41 sudo apt-get -y install valgrind alsa-utils libasound2-dev ninja-build
Dipc_fuzzer.yml63 ninja-build device-tree-compiler python3-pyelftools
/sof-3.4.0/
D.travis.yml93 before_install: sudo apt-get -y install ninja-build doxygen graphviz
99 ninja -v doc
105 - ninja -C doxybuild -v doc
/sof-3.4.0/scripts/cmake/
Ddist.cmake30 Warning: you must invoke make/ninja 'rebuild_cache' when the version changes, 'clean' is not enough.
/sof-3.4.0/scripts/docker_build/sof_builder/
DDockerfile37 ninja-build \
/sof-3.4.0/installer/
DGNUmakefile200 if [ -e $${bdir}/build.ninja -o -e $${bdir}/Makefile ] && \
294 set -e; if test -e ${BUILD_TOOLS}/build.ninja || \
/sof-3.4.0/src/arch/xtensa/
DCMakeLists.txt109 # TODO: Generator expressions are supported only with Make and Ninja,