Home
last modified time | relevance | path

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

/sof-2.7.6/
D.travis.yml93 before_install: sudo apt-get -y install ninja-build doxygen graphviz
99 ninja -v doc
105 - ninja -C doxybuild -v doc
D.gitignore60 doc/*.ninja
/sof-2.7.6/.github/workflows/
Dpull-request.yml46 run: sudo apt-get -y install ninja-build doxygen graphviz
49 run: cmake -GNinja -S doc -B docbuild && ninja -C docbuild -v doc
54 ninja -C docbuild -v doc
/sof-2.7.6/scripts/cmake/
Ddist.cmake30 Warning: you must invoke make/ninja 'rebuild_cache' when the version changes, 'clean' is not enough.
/sof-2.7.6/scripts/
Drun-mocks.sh50 # -ninja) after this for faster, incremental builds.
/sof-2.7.6/src/arch/xtensa/
DCMakeLists.txt113 # TODO: Generator expressions are supported only with Make and Ninja,