Home
last modified time | relevance | path

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

12345678910>>...27

/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/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/files/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/llvm-project/llvm/utils/
Dcheck_ninja_deps.py3 # ======- check-ninja-deps - build debugging script ----*- python -*--========#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 # ==------------------------------------------------------------------------==#
11 """Script to find missing formal dependencies in a build.ninja file.
15 executed after the Tablegen build step that generates the header. So the
16 dependency graph in build.ninja should have the Tablegen build step as an
17 ancestor of the C++ one. If it does not, then there's a latent build-failure
18 bug, because depending on the order that ninja chooses to schedule its build
19 steps, the C++ build step could run first, and fail because the header it needs
23 not notice, if your local test build happens to succeed. What you'd like is a
[all …]
/external/llvm-project/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/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
13 _NOTICE:_ You will need to install [Chromium depot_tools][webrtc-prerequisite-sw].
20 $ fetch --nohooks webrtc_ios
24 This will fetch a regular WebRTC checkout with the iOS-specific parts
27 [Ninja][ninja] project files in different directories for each build config.
37 $ git new-branch <branch name>
40 See [Development][webrtc-development] for generic instructions on how
46 [GN][gn] is used to generate [Ninja][ninja] project files. In order to configure
47 [GN][gn] to generate build files for iOS certain variables need to be set.
48 Those variables can be edited for the various build configurations as needed.
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/
D.appveyor.yml1 # Windows Build Configuration for AppVeyor
2 # http://www.appveyor.com/docs/appveyor-yml
5 version: "{build}"
10 - Visual Studio 2017
11 #- Visual Studio 2013
14 - x64
17 - Debug
18 #- Release
22 - master
24 # Travis advances the master-tot tag to current top of the tree after
[all …]
/external/deqp-deps/SPIRV-Tools/
D.appveyor.yml1 # Windows Build Configuration for AppVeyor
2 # http://www.appveyor.com/docs/appveyor-yml
5 version: "{build}"
10 - Visual Studio 2017
11 #- Visual Studio 2013
14 - x64
17 - Debug
18 #- Release
22 - master
24 # Travis advances the master-tot tag to current top of the tree after
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
D.appveyor.yml1 # Windows Build Configuration for AppVeyor
2 # http://www.appveyor.com/docs/appveyor-yml
5 version: "{build}"
10 - Visual Studio 2017
11 #- Visual Studio 2013
14 - x64
17 - Debug
18 #- Release
22 - master
24 # Travis advances the master-tot tag to current top of the tree after
[all …]
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # 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/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/linux/
Dbuild-docker.sh8 # 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/
Dbuild-docker.sh8 # 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/pigweed/docs/
Dgetting_started.md10 getting setup for Pigweed. If you run into trouble, look at the more in-depth
15 1. **Host** - Mac, Linux, or Windows. Builds and runs tests
16 2. **Device/STM32F429** - Build only; Optionally, the STM32F429I-DISC1 kit to
18 3. **Docs** - Builds the Pigweed docs
36 (3) Configure the GN build.
43 (4) Start the watcher. The watcher will invoke Ninja to build all the targets
54 20200707 17:24:06 INF Starting Pigweed build watcher
55 20200707 17:24:06 INF Will build [1/1]: out
57 20200707 17:24:06 INF Triggering initial build...
81 `activate.bat` on Windows) to re-activate the environment without
[all …]
/external/llvm-project/flang/
D.drone.star4 "name": "%s-clang" % arch,
10 …"apt-get update && apt-get install -y clang-8 cmake ninja-build lld-8 llvm-8-dev libc++-8-dev libc…
11 … "git clone --depth=1 -b f18 https://github.com/flang-compiler/f18-llvm-project.git llvm-project",
12 "mkdir llvm-project/build && cd llvm-project/build",
13-8 CXX=clang++-8 CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld" cmake -GNinja -DCMAKE_BUILD_TYPE…
14 "ninja install",
16 "mkdir build && cd build",
17-8 CXX=clang++-8 CXXFLAGS="-UNDEBUG -stdlib=libc++" LDFLAGS="-fuse-ld=lld" cmake -GNinja -DCMAKE_B…
18 "ninja -j8",
19 "ctest --output-on-failure -j24",
[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
27 # Get NINJA.
28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
29 unzip -q ninja-mac.zip
30 chmod +x ninja
34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
[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
27 # Get NINJA.
28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
29 unzip -q ninja-mac.zip
30 chmod +x ninja
34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
[all …]
/external/libepoxy/
D.appveyor.yml1 version: 1.0.{build}
7 # Configure both 32-bit and 64-bit builds
10 - platform: x86
13 - platform: x64
19 # Download Meson and Ninja, create install directory
21 - mkdir build
22 - mkdir libepoxy-shared-%pout%
23 - cd build
24 - curl -LsSO https://github.com/mesonbuild/meson/releases/download/0.47.1/meson-0.47.1.tar.gz
25 - 7z x meson-0.47.1.tar.gz
[all …]
/external/deqp-deps/amber/kokoro/scripts/macos/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e # fail on error
17 set -x # show commands
25 # Get ninja
26 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
27 unzip -q ninja-mac.zip
28 chmod +x ninja
31 echo $(date): $(cmake --version)
35 DEPS_ARGS+=" --with-swiftshader"
39 ./tools/git-sync-deps $DEPS_ARGS
[all …]
/external/angle/third_party/vulkan-deps/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
27 # Get NINJA.
28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
29 unzip -q ninja-mac.zip
30 chmod +x ninja
34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
[all …]
/external/llvm-project/lldb/docs/resources/
Dbuild.rst8 -------------------
11 <https://llvm.org/docs/GettingStarted.html#getting-started-with-llvm>`_ for
15 Git browser: https://github.com/llvm/llvm-project/tree/master/lldb
18 -------------
21 In particular, it requires both Clang and LLVM itself in order to build. Due to
31 * `Ninja <https://ninja-build.org>`_ (strongly recommended)
33 If you want to run the test suite, you'll need to build LLDB with Python
43 LLDB's functionality. It is strongly encouraged to build LLDB with these
46 By default they are auto-detected: if CMake can find the dependency it will be
52 +-------------------+------------------------------------------------------+-----------------------…
[all …]
/external/libxkbcommon/.github/workflows/
Dmain.yml11 runs-on: ubuntu-18.04
16 - uses: actions/checkout@v2
17 - uses: actions/setup-python@v1
19 python-version: '3.7'
20 - name: Install dependencies
22 python -m pip install --upgrade pip meson
23 sudo apt update -y
24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \
25 doxygen libxcb-xkb-dev valgrind ninja-build \
26 libwayland-dev wayland-protocols bison graphviz
[all …]
/external/llvm-project/compiler-rt/lib/tsan/
Dcheck_cmake.sh2 set -u
3 set -e
6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB…
13 ninja
14 ninja check-sanitizer
15 ninja check-tsan
[all …]

12345678910>>...27