Searched +full:ninja +full:- +full:build (Results 1 – 25 of 808) sorted by relevance
12345678910>>...33
| /external/igt-gpu-tools/ |
| D | meson.sh | 8 build/build.ninja: 9 mkdir -p build 10 meson build 12 all: build/build.ninja 13 ninja -C build 15 clean: build/build.ninja 16 ninja -C build clean 18 test: build/build.ninja 19 ninja -C build test 21 reconfigure: build/build.ninja [all …]
|
| D | .gitlab-ci.yml | 1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest 4 -Dlibdrm_drivers=intel,nouveau,amdgpu 5 -Doverlay=enabled 6 -Dchamelium=enabled 7 -Dvalgrind=enabled 8 -Dman=enabled 9 -Dtests=enabled 10 -Drunner=enabled 11 -Dlibunwind=enabled 12 LANG: "C.UTF-8" [all …]
|
| /external/angle/build/ |
| D | clobber_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 31 command = ../../buildtools/gn --root=../.. -q --regeneration gen . 33 description = Regenerating ninja files 35 build build.ninja.stamp: gn 37 depfile = build.ninja.d 39 build build.ninja: phony build.ninja.stamp 48 subninja toolchain.ninja 49 subninja clang_newlib_x64/toolchain.ninja 50 subninja glibc_x64/toolchain.ninja 51 subninja irt_x64/toolchain.ninja [all …]
|
| D | clobber.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """This script provides methods for clobbering build directories.""" 16 """Extracts from a build.ninja the commands to run GN. 18 The commands to run GN are the gn rule and build.ninja build step at the 19 top of the build.ninja file. We want to keep these when deleting GN builds 20 since we want to preserve the command-line flags to GN. 25 # Reads until the first empty line after the "build build.ninja:" target. 31 if line.startswith('build build.ninja:'): 39 # For unknown reasons (anti-virus?) rmtree of Chromium build directories 48 # Remove files/sub directories individually instead of recreating the build [all …]
|
| /external/cronet/build/ |
| D | clobber_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 31 command = ../../buildtools/gn --root=../.. -q --regeneration gen . 33 description = Regenerating ninja files 35 build build.ninja.stamp: gn 37 depfile = build.ninja.d 39 build build.ninja: phony build.ninja.stamp 48 subninja toolchain.ninja 49 subninja clang_newlib_x64/toolchain.ninja 50 subninja glibc_x64/toolchain.ninja 51 subninja irt_x64/toolchain.ninja [all …]
|
| D | clobber.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """This script provides methods for clobbering build directories.""" 16 """Extracts from a build.ninja the commands to run GN. 18 The commands to run GN are the gn rule and build.ninja build step at the 19 top of the build.ninja file. We want to keep these when deleting GN builds 20 since we want to preserve the command-line flags to GN. 25 # Reads until the first empty line after the "build build.ninja:" target. 31 if line.startswith('build build.ninja:'): 39 # For unknown reasons (anti-virus?) rmtree of Chromium build directories 48 # Remove files/sub directories individually instead of recreating the build [all …]
|
| /external/libchrome/build/ |
| D | clobber.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """This script provides methods for clobbering build directories.""" 16 """Extracts from a build.ninja the commands to run GN. 18 The commands to run GN are the gn rule and build.ninja build step at the 19 top of the build.ninja file. We want to keep these when deleting GN builds 20 since we want to preserve the command-line flags to GN. 27 # is the section for "build build.ninja", separated by blank lines. 42 # For unknown reasons (anti-virus?) rmtree of Chromium build directories 51 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn. 52 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d') [all …]
|
| /external/libyuv/files/docs/ |
| D | deprecated_builds.md | 3 Older documentation on build configs which are no longer supported. 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 60 ./build/android/play_services/update.py download 65 The sync will generate native build files for your environment using gyp (Windows: Visual Studio, O… 77 call python gyp_libyuv -fninja -G msvs_version=2013 78 ninja -j7 -C out\Release 79 ninja -j7 -C out\Debug 82 call python gyp_libyuv -fninja -G msvs_version=2013 83 ninja -C out\Debug_x64 [all …]
|
| D | getting_started.md | 3 How to get and build the libyuv code. 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv 62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\"" 63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\"" 64 ninja -v -C out\Release 65 ninja -v -C out\Debug 67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\"" 68 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\"" [all …]
|
| /external/XNNPACK/.github/workflows/ |
| D | build.yml | 1 name: Build using CMake 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 5 cancel-in-progress: true 7 cmake-linux-local: 8 runs-on: ubuntu-latest 9 timeout-minutes: 40 11 - uses: actions/checkout@v2 12 - name: Update apt 14 - name: Install ninja 15 run: sudo apt install ninja-build [all …]
|
| /external/clang/docs/ |
| D | HowToSetupToolingForLLVM.rst | 7 of specific tools using this infrastructure (e.g. ``clang-check``). This 14 Clang Tooling needs a compilation database to figure out specific build 17 invoking clang tools, you can either specify a path to a build directory 18 using a command line parameter ``-p`` or let Clang Tooling find this 20 build using CMake to use clang tools. 25 If you intend to use make to build LLVM, you should have CMake 2.8.6 or 29 make a build directory and run CMake from it: 31 .. code-block:: console 33 $ mkdir your/build/directory 34 $ cd your/build/directory [all …]
|
| /external/webrtc/docs/native-code/ios/ |
| D | index.md | 5 In case you need to build the framework manually or you want to try out the 12 _NOTICE:_ You will need to install [Chromium depot_tools][webrtc-prerequisite-sw]. 19 $ fetch --nohooks webrtc_ios 23 This will fetch a regular WebRTC checkout with the iOS-specific parts 26 [Ninja][ninja] project files in different directories for each build config. 36 $ git new-branch <branch name> 39 See [Development][webrtc-development] for generic instructions on how 45 [GN][gn] is used to generate [Ninja][ninja] project files. In order to configure 46 [GN][gn] to generate build files for iOS certain variables need to be set. 47 Those variables can be edited for the various build configurations as needed. [all …]
|
| /external/cpuinfo/.github/workflows/ |
| D | build.yml | 1 name: Build using CMake 6 - master 7 - main 10 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 11 cancel-in-progress: true 13 cmake-linux-local: 14 runs-on: ubuntu-latest 15 timeout-minutes: 40 17 - uses: actions/checkout@v2 18 - name: Update apt [all …]
|
| /external/webrtc/docs/native-code/development/ |
| D | index.md | 4 iOS. See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] 5 pages for build instructions and example applications specific to these mobile platforms. 10 First, be sure to install the [prerequisite software][webrtc-prerequisite-sw]. 12 [webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p… 22 $ mkdir webrtc-checkout 23 $ cd webrtc-checkout 24 $ fetch --nohooks webrtc 30 The checkout size is large due the use of the Chromium build toolchain and many dependencies. Estim… 48 $ git new-branch your-branch-name 51 See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] pages for separate … [all …]
|
| /external/tinyxml2/.github/workflows/ |
| D | test.yml | 7 fail-fast: false 9 os: [ windows-2019, macos-10.15, ubuntu-20.04 ] 12 - os: windows-2019 17 - os: ubuntu-20.04 20 - os: macos-10.15 23 - cmake: 3.15 25 - cmake: 3.x 31 runs-on: ${{ matrix.os }} 33 # System set-up 34 - uses: actions/checkout@v2 [all …]
|
| /external/skia/infra/bots/assets/clang_linux/ |
| D | Dockerfile | 2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc… 6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10 9 # Install build dependencies of llvm. 12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list 14 # compiler-rt (it fails using the built-in ld). 18 RUN apt-get update && \ 19 apt-get install -y --no-install-recommends \ 20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \ 21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \ 22 zlib1g=1:1.2.11.dfsg-1+deb10u2 wget=1.20.1-1.1 unzip=6.0-23+deb10u3 \ [all …]
|
| /external/cronet/build/docs/ |
| D | writing_gn_templates.md | 2 GN and Ninja are documented here: 4 * Ninja: https://ninja-build.org/manual.html 13 * Non-system Python imports are inputs! For scripts that import such modules, 17 [`action_with_pydeps`]: https://cs.chromium.org/chromium/src/build/config/python.gni?rcl=320ee4295e… 20 understand ninja's "restat" directive, which is used for all GN `action()`s. 22 From https://ninja-build.org/manual.html: 24 > if present, causes Ninja to re-stat the command’s outputs after execution of 27 > output’s reverse dependencies to be removed from the list of pending build 31 when rebuilt, then ninja will not bother to rebuild your target. 36 won't exist for the initial build. [all …]
|
| /external/angle/build/docs/ |
| D | writing_gn_templates.md | 2 GN and Ninja are documented here: 4 * Ninja: https://ninja-build.org/manual.html 13 * Non-system Python imports are inputs! For scripts that import such modules, 17 [`action_with_pydeps`]: https://cs.chromium.org/chromium/src/build/config/python.gni?rcl=320ee4295e… 20 understand ninja's "restat" directive, which is used for all GN `action()`s. 22 From https://ninja-build.org/manual.html: 24 > if present, causes Ninja to re-stat the command’s outputs after execution of 27 > output’s reverse dependencies to be removed from the list of pending build 31 when rebuilt, then ninja will not bother to rebuild your target. 36 won't exist for the initial build. [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/macos/ |
| D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # MacOS Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 30 git config --global --add safe.directory $SRC 32 # Get NINJA. 33 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 34 unzip -q ninja-mac.zip 35 chmod +x ninja [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/ |
| D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # MacOS Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 30 git config --global --add safe.directory $SRC 32 # Get NINJA. 33 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 34 unzip -q ninja-mac.zip 35 chmod +x ninja [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/docs/ |
| D | BuildingLibcxx.rst | 16 libc++ :ref:`here <using-libcxx>`. 21 non-functional. Use the CMake option ``CMAKE_INSTALL_PREFIX`` to select a safe 25 The default build 30 umbrella, they are different in nature from other build tools, so it makes sense 31 to treat them as a separate set of entities. The default build can be achieved 34 .. code-block:: bash 36 $ git clone https://github.com/llvm/llvm-project.git 37 $ cd llvm-project 38 $ mkdir build 39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config… [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 git config --global --add safe.directory $ROOT_DIR 31 using clang-10.0.0 33 using gcc-9 40 if [[ -d "$dir" ]]; then 41 rm -fr "$dir" 46 if [ $TOOL != "cmake-smoketest" ]; then [all …]
|
| /external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 git config --global --add safe.directory $ROOT_DIR 31 using clang-10.0.0 33 using gcc-9 40 if [[ -d "$dir" ]]; then 41 rm -fr "$dir" 47 /usr/bin/python3 utils/git-sync-deps --treeless [all …]
|
12345678910>>...33