Searched +full:ninja +full:- +full:build (Results 1 – 25 of 1016) sorted by relevance
12345678910>>...41
/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/cronet/stable/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/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/tot/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/libultrahdr/.github/workflows/ |
D | cmake_linux.yml | 1 name: Build and Test CI - Linux 2 # Build and Test CI for ubuntu-latest 7 build: 9 runs-on: ${{ matrix.config.os }} 11 fail-fast: true 14 # <Ubuntu-latest Platform, Release Build, GCC toolchain, Ninja generator> 15 - name: "ubuntu latest gcc rel ninja" 16 os: ubuntu-latest 20 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_LOGS=1 -DUHDR_ENABLE_INSTALL=1 -DUHDR_ENABLE_WERRO… 22 # <Ubuntu-latest Platform, Release Build, Clang toolchain, Ninja generator> [all …]
|
D | cmake_mac.yml | 1 name: Build and Test CI - macOS 2 # Build and Test CI for macOS-latest 7 build: 9 runs-on: ${{ matrix.config.os }} 11 fail-fast: true 14 # <macOS-latest ARM64 Platform, Release Build, Clang toolchain, Ninja generator> 15 - name: "macOS latest ARM64 clang rel ninja" 16 os: macos-latest 20 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_LOGS=1 -DUHDR_ENABLE_INSTALL=1 -DUHDR_ENABLE_WERRO… 22 # <macOS-13 Platform, Release Build, Clang toolchain, Ninja generator> [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/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/libdav1d/ |
D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 8 stage: build 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 [all …]
|
/external/OpenCL-Headers/.github/workflows/ |
D | windows.yml | 5 paths-ignore: 6 - '**/*.md' 8 paths-ignore: 9 - '**/*.md' 13 runs-on: windows-latest 22 - VER: v141 24 GEN: Ninja Multi-Config 28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 29 NINJA_ROOT: C:\Tools\Ninja 34 - uses: actions/checkout@v3 [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/libultrahdr/docs/ |
D | building.md | 1 ## libultrahdr CMake Build Instructions 3 [](https://in… 11 - [CMake](http://www.cmake.org) v3.15 or later 12 - C++ compiler, supporting at least C++17. 13 - libultrahdr uses jpeg compression format to store sdr image and gainmap quotient. 17 at the time of configure. That is, `cmake -DUHDR_BUILD_DEPS=1` will clone jpeg codec [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/angle/third_party/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/deqp-deps/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/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/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/tink/docs/ |
D | CMAKE-HOWTO.md | 1 # CMake for Tink HOW-TO 6 library using one of the following approaches. At the moment, only the in-tree 9 ## In-tree dependency 14 your top-level CMake script should look like this: 28 * You need at least CMake 3.13 to build Tink and its dependencies. 46 Generate the build directory as you normally would and invoke your build system 51 $ mkdir build && cd build 56 If you have the option, we recommend using [Ninja](https://ninja-build.org/) to 57 build your project: 59 $ cmake -DCMAKE_GENERATOR=Ninja .. [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 …]
|
12345678910>>...41