Home
last modified time | relevance | path

Searched +full:ninja +full:- +full:test +full:- +full:arm64 (Results 1 – 25 of 50) sorted by relevance

12

/external/igt-gpu-tools/
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/libyuv/files/docs/
Dgetting_started.md5 ## 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\""
69 ninja -v -C out\Release
[all …]
Ddeprecated_builds.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
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
84 ninja -C out\Release_x64
89 call python gyp_libyuv -fninja libyuv_test.gyp
90 ninja -C out\Debug
[all …]
/external/webrtc/docs/native-code/ios/
Dindex.md13 _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
53 - To build for iOS this should be set as `target_os="ios"` in your `gn args`.
57 - For builds targeting iOS devices, this should be set to either `"arm"` or
58 `"arm64"`, depending on the architecture of the device. For builds to run in
[all …]
/external/llvm-project/flang/
D.drone.star4 "name": "%s-clang" % arch,
7 "name": "test",
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",
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/skqp/site/user/
Dbuild.md10 `is_official_build` and Third-party Dependencies
11 ------------------------------------------------
17 with no debug symbols, dynamically linked against its third-party dependencies
20 In contrast, the developer-oriented default is an unoptimized build with full
21 debug symbols and all third-party dependencies built from source and embedded
24 Skia offers several features that make use of third-party libraries, like
25 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset
26 fonts. All these third-party dependencies are optional and can be controlled
37 --------------------------------------
45 wrong with non-Clang compilers. So if this is a serious issue for you, please
[all …]
/external/zstd/
D.travis.yml10 - dev
11 - master
12 - travisTest
20 - FUZZERTEST=-T2mn
21 ZSTREAM_TESTTIME=-T2mn
22 DECODECORPUS_TESTTIME=-T1mn
28 - name: arm64 # ~2.5 mn
30 arch: arm64
32 - make check
34 - name: make benchmarking
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
12 Ubuntu GCC OSB -O1,
44 Windows MSVC ARM No Test,
45 Windows MSVC ARM64 No Test,
52 - name: Ubuntu GCC
53 os: ubuntu-latest
55 cmake-args: -DWITH_SANITIZERS=ON
58 - name: Ubuntu GCC OSB -O1
[all …]
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
12 Ubuntu GCC -m32,
20 - name: Ubuntu GCC
21 os: ubuntu-latest
24 - name: Ubuntu GCC -m32
25 os: ubuntu-latest
27 packages: gcc-multilib
28 cmake-args: -DCMAKE_C_FLAGS=-m32
[all …]
/external/skia/site/docs/user/
Dbuild.md1 ---
6 ---
14 - [`is_official_build` and Third-party Dependencies](#third-party)
15 - [Supported and Preferred Compilers](#compilers)
16 - [Quickstart](#quick)
17 - [Android](#android)
18 - [ChromeOS](#cros)
19 - [Mac](#macos)
20 - [iOS](#ios)
21 - [Windows](#windows)
[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 -------------
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
46 By default they are auto-detected: if CMake can find the dependency it will be
52 +-------------------+------------------------------------------------------+-----------------------…
56 +-------------------+------------------------------------------------------+-----------------------…
58 +-------------------+------------------------------------------------------+-----------------------…
[all …]
/external/boringssl/src/
DBUILDING.md6 BoringSSL into another project with a pre-existing build system, see
24 * Building with [Ninja](https://ninja-build.org/) instead of Make is
35 Recent versions of GCC (4.8+) and Clang should work on non-Windows
43 [libunwind](https://www.nongnu.org/libunwind/) dependency to test the
48 Using Ninja (note the 'N' is capitalized in the cmake invocation):
52 cmake -GNinja ..
53 ninja
66 Note that the default build flags in the top-level `CMakeLists.txt` are for
67 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to
70 If you want to cross-compile then there is an example toolchain file for 32-bit
[all …]
/external/webrtc/docs/native-code/android/
Dindex.md7 1. Install [prerequisite software][webrtc-prerequisite-sw]
12 $ fetch --nohooks webrtc_android
16 This will fetch a regular WebRTC checkout with the Android-specific parts
20 can generate your [Ninja][ninja] project files in different directories for each
23 See [Development][webrtc-development] for instructions on how to update
35 $ gn gen out/Debug --args='target_os="android" target_cpu="arm"'
41 * To build for ARM64: use `target_cpu="arm64"`
42 * To build for 32-bit x86: use `target_cpu="x86"`
43 * To build for 64-bit x64: use `target_cpu="x64"`
48 $ autoninja -C out/Debug
[all …]
/external/openscreen/
DREADME.md14 [depot_tools](https://www.chromium.org/developers/how-tos/depottools) repo.
24 `drover`. However, some `git-cl` functions *do* work, like `git cl try`, `git cl
42 code, all third-party dependencies, and the toolchain needed to build things;
55 This will rebase any local commits on the remote top-of-tree, and update any
62 - Build file generator: `gn`
63 - Code formatter: `clang-format`
64 - Builder: `ninja` ([GitHub releases](https://github.com/ninja-build/ninja/releases))
65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you)
67 All of these--except `gcc` as noted above--are automatically downloaded/updated
73 `clang-format` is used for maintaining consistent coding style, but it is not a
[all …]
/external/lz4/
D.travis.yml7 - name: (macOS) General Test
11 - make # test library build
12 - make clean
13- make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenar…
14 - make clean
15 - CFLAGS=-m32 make -C tests test-lz4-contentSize
17 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
18 - name: (Precise) benchmark test
21 - make -C tests test-lz4 test-lz4c test-fullbench
23 - name: (Precise) frame and fuzzer test
[all …]
/external/llvm-project/llvm/utils/gn/secondary/clang/test/
DBUILD.gn8 import("//llvm/utils/llvm-lit/lit_path_function.gni")
41 # Fully-qualified instead of relative for LIT_SITE_CFG_IN_HEADER.
42 input = "//clang/test/lit.site.cfg.py.in"
56 # that's also read here -- but that should happen after multi-toolchain
88 } else if (host_cpu == "arm64") {
89 extra_values += [ "HOST_ARCH=arm64" ]
107 # FIXME: Analysis/plugins need global -fPIC
119 # Fully-qualified instead of relative for LIT_SITE_CFG_IN_HEADER.
120 input = "//clang/test/Unit/lit.site.cfg.py.in"
125 # This target should contain all dependencies of check-clang.
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
8 If --zlib-compat, tests with zlib compatible builds.
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
14 $ sh test/pkgcheck.sh
16 To cross-build, install the appropriate qemu and gcc packages,
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
26 $ sudo apt install ninja-build diffoscope qemu gcc-aarch64-linux-gnu libc6-dev-arm64-cross
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/external/libdrm/
D.gitlab-ci.yml17 DEBIAN_TAG: "2020-11-15"
18 DEBIAN_VERSION: buster-slim
22 - project: 'wayland/ci-templates'
27 - containers
28 - build
32 .ci-run-policy:
34 - schedules
38 - runner_system_failure
45 - .ci-run-policy
46 - .debian@container-ifnot-exists
[all …]
/external/llvm-project/llvm/utils/gn/secondary/lld/test/
DBUILD.gn34 # Fully-qualified instead of relative for LIT_SITE_CFG_IN_HEADER.
35 input = "//lld/test/lit.site.cfg.py.in"
58 if (current_cpu == "x64" || current_cpu == "arm64" ||
67 # Fully-qualified instead of relative for LIT_SITE_CFG_IN_HEADER.
68 input = "//lld/test/Unit/lit.site.cfg.py.in"
73 # This target should contain all dependencies of check-lld.
74 # //:default depends on it, so that ninja's default target builds all
75 # prerequisites for check-lld but doesn't run check-lld itself.
76 group("test") {
83 "//llvm/tools/llvm-ar:symlinks",
[all …]
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn10 import("//llvm/utils/llvm-lit/lit_path_function.gni")
38 input = "//llvm/test/lit.site.cfg.py.in"
46 # LLVM_USE_SANITIZER. (See also CMAKE_CXX_COMPILER in clang/test/BUILD.gn.)
51 # LLVM_USE_SANITIZER. (See also CMAKE_CXX_COMPILER in clang/test/BUILD.gn.)
54 # Only used by the Go bindings tests, and for detecting a 32-bit build
55 # and in a belt-and-suspenders check for detecting 32-bit host builds.
83 "OCAMLFIND=OCAMLFIND-NOTFOUND",
92 } else if (host_cpu == "arm64") {
93 extra_values += [ "HOST_ARCH=arm64" ]
132 # lit.cfg.py's have_ld_plugin_support() checks for "gold" in --version,
[all …]
/external/libdrm/.gitlab-ci/
Ddebian-install.sh2 set -o errexit
3 set -o xtrace
7 CROSS_ARCHITECTURES=(i386 armhf arm64 ppc64el)
9 dpkg --add-architecture $arch
12 apt-get install -y \
13 ca-certificates
15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
18 apt-get update
23 Pin: release a=buster-backports
[all …]
/external/perfetto/docs/contributing/
Dbuild-instructions.md6 A read-only mirror is also available at https://github.com/google/perfetto .
29 All dependent libraries are self-hosted and pulled through:
32 tools/install-build-deps [--android] [--ui]
44 the `tools/` prefix below and just use gn/ninja from depot_tools.
50 target_cpu = "arm" / "arm64" / "x64"
55 (See the [Build Configurations](#build-configurations) section below for more)
58 tools/ninja -C out/android
73 This command pulls the UI-related dependencies (notably, the NodeJS binary)
77 tools/install-build-deps --ui
83 # Will build into ./out/ui by default. Can be changed with --out path/
[all …]
/external/fmtlib/support/
Dbuild.gradle10 // https://developer.android.com/studio/releases/gradle-plugin
32 // - This option controls target platform of module
33 // - The platform might be limited by compiler's support
41 include "arm64-v8a", "armeabi-v7a", "x86_64"
50 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
54 arguments "-DANDROID_STL=c++_shared" // Specify Android STL
55 arguments "-DBUILD_SHARED_LIBS=true" // Build shared object
56 arguments "-DFMT_TEST=false" // Skip test
57 arguments "-DFMT_DOC=false" // Skip document
58 cppFlags "-std=c++17"
[all …]
/external/angle/infra/specs/
Dangle.json4 "android-arm64-pixel4": {
9 "--use-angle=vulkan",
10 "-v",
11 "--shard-timeout=500"
36 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
39 "test": "angle_deqp_egl_tests", string
40 "test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/",
46 "--use-angle=vulkan",
47 "-v",
48 "--shard-timeout=500"
[all …]

12