Home
last modified time | relevance | path

Searched +full:ninja +full:- +full:build (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/external/igt-gpu-tools/
Dmeson.sh8 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.yml1 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/
Dclobber_unittest.py3 # 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 …]
Dclobber.py3 # 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/
Dclobber_unittest.py3 # 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 …]
Dclobber.py3 # 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/
Dclobber.py3 # 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/
Ddeprecated_builds.md3 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 …]
Dgetting_started.md3 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.yml2 - 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/
Dwindows.yml5 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/
Dbuild.yml1 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/
DHowToSetupToolingForLLVM.rst7 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/
Dindex.md5 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/
Dbuild.yml1 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/
Dindex.md4 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/skia/infra/bots/assets/clang_linux/
DDockerfile2 # 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/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/
Dbuild.sh8 # 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/angle/third_party/spirv-tools/src/kokoro/scripts/macos/
Dbuild.sh8 # 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/
Dbuild.sh8 # 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/tinyxml2/.github/workflows/
Dtest.yml7 fail-fast: false
9 os: [ windows-2019, macos-latest, ubuntu-20.04 ]
12 - os: windows-2019
17 - os: ubuntu-20.04
20 - os: macos-latest
23 - cmake: 3.15
25 - cmake: 3.x
31 runs-on: ${{ matrix.os }}
33 # System set-up
34 - uses: actions/checkout@v2
[all …]
/external/tink/docs/
DCMAKE-HOWTO.md1 # 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/cronet/build/docs/
Dwriting_gn_templates.md2 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/
Dwriting_gn_templates.md2 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/pigweed/pw_build/py/pw_build/
Dbuild_recipe.py8 # https://www.apache.org/licenses/LICENSE-2.0
15 """Watch build config dataclasses."""
29 from pw_presubmit.build import write_gn_args_file
39 """Exception for requesting unsupported build systems."""
43 """Exception for an unknown build dir before command running."""
48 """Store details of a single build step.
52 .. code-block:: python
57 return not (out / 'build.ninja').is_file()
64 build_system_command='ninja',
65 build_system_extra_args=['-k', '0'],
[all …]

12345678910>>...38