Home
last modified time | relevance | path

Searched +full:build +full:- +full:and +full:- +full:deploy (Results 1 – 25 of 61) sorted by relevance

123

/third_party/icu/docs/processes/release/tasks/
Drelease-build.md1 ---
3 title: Release Build
7 ---
9 <!--
10 © 2021 and later: Unicode, Inc. and others.
12 -->
14 # Release Build
18 {: .no_toc .text-delta }
23 ---
36 * Java Runtime Environment 7 (used as bootclasspath for cross-compilation)
[all …]
/third_party/libabigail/.github/workflows/
Dbuild-container.yaml1 name: Build Deploy Container
5 # Always have a base image ready to go - this is a nightly build
7 - cron: 0 3 * * *
9 # Allow manual trigger of a build
15 # On push to main we build and deploy images
18 - develop
20 # Do build to test works on PR
28 build:
32 fail-fast: false
35 # Dockerfiles to build, container names to use, and to tag as libabigail:latest?
[all …]
/third_party/skia/m133/site/docs/dev/testing/
Dios.md1 ---
4 ---
7 follow the instructions to run Skia tests (_dm_, _nano-bench_) with the
9 [quick start guide for ios](/docs/user/build/).
11 iOS doesn't lend itself well to compiling and running from the command line.
21 - libimobiledevice <http://www.libimobiledevice.org/>,
24 - ios-deploy <https://github.com/phonegap/ios-deploy>
28 - Install Brew at <http://brew.sh/>
29 - Install _libimobiledevice_ (Note: All these are part of the _libimobiledevice_
31 _brew_ is necessary to install _osxfuse_ and _ifuse_, which allows to mount
[all …]
/third_party/skia/site/docs/dev/testing/
Dios.md1 ---
4 ---
7 follow the instructions to run Skia tests (_dm_, _nano-bench_) with the
9 [quick start guide for ios](/docs/user/build/).
11 iOS doesn't lend itself well to compiling and running from the command line.
21 - libimobiledevice <http://www.libimobiledevice.org/>,
24 - ios-deploy <https://github.com/phonegap/ios-deploy>
28 - Install Brew at <http://brew.sh/>
29 - Install _libimobiledevice_ (Note: All these are part of the _libimobiledevice_
31 _brew_ is necessary to install _osxfuse_ and _ifuse_, which allows to mount
[all …]
/third_party/jerryscript/targets/mbedos5/
DMakefile.travis1 # Copyright JS Foundation and other contributors, http://js.foundation
7 # http://www.apache.org/licenses/LICENSE-2.0
12 # See the License for the specific language governing permissions and
16 # Default target for running the build test outside the Travis CI environment.
22 ## Targets for installing build dependencies of the Mbed OS 5 JerryScript target.
24 # Deploy Mbed and install Mbed Python dependencies.
26 pip install mbed-cli
27 cd targets/mbedos5 && mbed deploy
29 pip install -r targets/mbedos5/mbed-os/requirements.txt
30 pip install -r targets/mbedos5/tools/requirements.txt
[all …]
DMakefile1 # Copyright JS Foundation and other contributors, http://js.foundation
7 # http://www.apache.org/licenses/LICENSE-2.0
12 # See the License for the specific language governing permissions and
26 MBED_CLI_FLAGS=-j0 --source . --source ../../
31 EXTRA_SRC_MOD=--source $(subst :, --source ,$(EXTRA_SRC))
38 MBED_CLI_FLAGS += --build $(EXTERN_BUILD_DIR)
42 MBED_CLI_FLAGS += --profile ./mbed-os/tools/profiles/debug.json
46 MBED_CLI_FLAGS += -v
48 MBED_CLI_FLAGS += -vv
51 MBED_CLI_FLAGS += -D "JERRY_GLOBAL_HEAP_SIZE=$(HEAPSIZE)"
[all …]
/third_party/rust/rust/src/ci/scripts/
Dupload-artifacts.sh3 # will be uploaded to the deploy bucket and eventually signed and released in
4 # static.rust-lang.org.
6 set -euo pipefail
11 upload_dir="$(mktemp -d)"
13 build_dir=build
15 build_dir=obj/build
19 if [[ "${DEPLOY-0}" -eq "1" ]] || [[ "${DEPLOY_ALT-0}" -eq "1" ]]; then
21 rm -rf "${dist_dir}/doc"
22 cp -r "${dist_dir}"/* "${upload_dir}"
26 cp build/cpu-usage.csv "${upload_dir}/cpu-${CI_JOB_NAME}.csv"
[all …]
Dsetup-environment.sh2 # This script guesses some environment variables based on the builder name and
6 set -euo pipefail
12 vars="${EXTRA_VARIABLES-}"
13 echo "${vars}" | jq '' >/dev/null # Validate JSON and exit on errors
14 for key in $(echo "${vars}" | jq "keys[]" -r); do
16 # and that messes up `jq ".${key}"`. This line strips the BOM from the key.
22 value="$(echo "${vars}" | jq ".${key}" -r)"
27 # Builders starting with `dist-` are dist builders, but if they also end with
28 # `-alt` they are alternate dist builders.
29 if [[ "${CI_JOB_NAME}" = dist-* ]]; then
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_deployment.yml9 # Github github-script action: https://github.com/actions/github-script
11 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
12 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
14 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
23 - master
27 runs-on: ${{matrix.os.genus}}
29 fail-fast: false
31 os: [{genus: ubuntu-20.04, family: linux}]
35 - uses: actions/checkout@v2
36 - uses: actions/setup-python@v2
[all …]
/third_party/mindspore/mindspore-src/source/
Dbuild.sh2 # Copyright 2019-2021 Huawei Technologies Co., Ltd
8 # http://www.apache.org/licenses/LICENSE-2.0
13 # See the License for the specific language governing permissions and
17 set -e
20 export BUILD_PATH="${BASEPATH}/build/"
22 source ./scripts/build/usage.sh
23 source ./scripts/build/default_options.sh
24 source ./scripts/build/option_proc_debug.sh
25 source ./scripts/build/option_proc_mindspore.sh
26 source ./scripts/build/option_proc_lite.sh
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dvainfo_run.ps12 function Deploy-Dependencies { in Deploy-Dependencies()
7 Write-Host "Copying libva runtime and driver at:" in Deploy-Dependencies()
8 Get-Date in Deploy-Dependencies()
11 $depsInstallPath="C:\mesa-deps" in Deploy-Dependencies()
12 Copy-Item "$depsInstallPath\bin\vainfo.exe" -Destination "$deploy_directory\vainfo.exe" in Deploy-Dependencies()
13 Copy-Item "$depsInstallPath\bin\va_win32.dll" -Destination "$deploy_directory\va_win32.dll" in Deploy-Dependencies()
14 Copy-Item "$depsInstallPath\bin\va.dll" -Destination "$deploy_directory\va.dll" in Deploy-Dependencies()
17 New-Item -ItemType Directory -Force -Path "$deploy_directory\D3D12" | Out-Null in Deploy-Dependencies()
18 …Copy-Item "$depsInstallPath\bin\D3D12\D3D12Core.dll" -Destination "$deploy_directory\D3D12\D3D12Co… in Deploy-Dependencies()
19 …Copy-Item "$depsInstallPath\bin\D3D12\d3d12SDKLayers.dll" -Destination "$deploy_directory\D3D12\d3… in Deploy-Dependencies()
[all …]
/third_party/skia/site/docs/user/sample/
Dviewer.md2 ---
6 ---
8 …f Skia, including the Skia GMs and programmed samples that allow interaction. In addition, the Vie…
10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
11 * Try different rendering methods - it's possible to cycle among the three rendering methods: raste…
12 * Display and manipulate your own pictures.
14 Some slides require resources stored outside the program. These resources are stored in the `<skia-
16 Linux, Macintosh and Windows
17 ----------------------------
19 The Viewer can be built using the regular GN build process, e.g.
[all …]
/third_party/benchmark/.github/workflows/
Ddoxygen.yml10 build-and-deploy:
11 name: Build HTML documentation
12 runs-on: ubuntu-latest
14 - name: Fetching sources
16 - name: Installing build dependencies
20 - name: Creating build directory
22 mkdir build
23 - name: Building HTML documentation with Doxygen
25 …cmake -S . -B build -DBENCHMARK_ENABLE_TESTING:BOOL=OFF -DBENCHMARK_ENABLE_DOXYGEN:BOOL=ON -DBENCH…
26 cmake --build build --target benchmark_doxygen
/third_party/skia/m133/site/docs/user/sample/
Dviewer.md2 ---
6 ---
8 …f Skia, including the Skia GMs and programmed samples that allow interaction. In addition, the Vie…
10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
11 * Try different rendering methods - it's possible to cycle among the three rendering methods: raste…
12 * Display and manipulate your own pictures.
14 Some slides require resources stored outside the program. These resources are stored in the `<skia-
16 Linux, Macintosh and Windows
17 ----------------------------
19 The Viewer can be built using the regular GN build process, e.g.
[all …]
/third_party/skia/m133/site/docs/user/
Dbuild.md1 ---
2 title: 'How to build Skia'
3 linkTitle: 'How to build Skia'
6 ---
14 ## `is_official_build` and Third-party Dependencies
16 Most users of Skia should set `is_official_build=true`, and most developers
19 This mode configures Skia in a way that's suitable to ship: an optimized build
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
[all …]
/third_party/libphonenumber/java/demo/
Dpom.xml2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
11 <artifactId>libphonenumber-parent</artifactId>
16 <app.deploy.project>libphonenumber-hrd</app.deploy.project>
17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
25 …<soy.parser.output>${project.build.directory}/generated-sources/com/google/phonenumbers/demo/templ…
26 …<soy.compiler.output>${project.build.directory}/${project.build.finalName}/WEB-INF/lib/soy-templat…
35 <!-- Compile/runtime dependencies -->
39 <version>2022-07-20</version>
42 <artifactId>appengine-maven-plugin</artifactId>
[all …]
/third_party/flatbuffers/grpc/
Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
2 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <artifactId>flatbuffers-parent</artifactId>
8 <name>flatbuffers-parent</name>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
60 <build>
63 <!--
64 … os-maven-plugin is a Maven extension/plugin that generates various useful platform-dependent
65 project properties normalized from ${os.detected.name} and ${os.detected.arch}.
[all …]
/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
25 # So instead we use a default_build template and override everything with
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
[all …]
/third_party/grpc/examples/cpp/xds/
DREADME.md3 …://github.com/grpc/grpc/tree/master/examples/cpp/helloworld) and changes the gRPC client and serve…
7 The client takes two command-line arguments -
8 * target - By default, the client tries to connect to the xDS "xds:///helloworld:50051" and gRPC wo…
9 * xds-creds - Bool value, defaults to true. When this is set, [XdsCredentials](https://github.com/g…
11 The server takes three command-line arguments -
12 * port - Port on which the Hello World service is run. Defaults to 50051.
13- If secure mode is used (see below), the [Admin](https://github.com/grpc/proposal/blob/master/A38
14 * secure - Bool value, defaults to true. When this is set, [XdsServerCredentials](https://github.co…
18 Currently, this example and some of the gRPC xDS libraries that it depends on only builds with baze…
20deploy the XDS management server in your deployment environment and know its name. You need to set…
[all …]
/third_party/skia/site/docs/user/
Dbuild.md1 ---
2 title: 'How to build Skia'
3 linkTitle: 'How to build Skia'
6 ---
14 ## `is_official_build` and Third-party Dependencies
16 Most users of Skia should set `is_official_build=true`, and most developers
19 This mode configures Skia in a way that's suitable to ship: an optimized build
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
[all …]
/third_party/mesa3d/
DOHOS.md7and drivers efficiently. It achieves this by sharing components such as interfaces, compiler optim…
9 Below, we explore the key layers of Mesa 3D’s architecture and their roles.
18 …at least one **GL context**, which stores all GL-related states, including textures, buffer object…
35 Mesa Core is the primary implementation layer for rendering APIs like OpenGL and OpenGLES. It handl…
37 - **API Implementation**: Supports OpenGL and OpenGLES functionalities.
38 - **API Validation**: Ensures that API calls adhere to specifications.
39 - **Context Management**: Tracks and manages GL states.
40 - **Version & Extension Exposure**: Determines and exposes supported API versions and extensions.
44and the **Gallium3D** interface. It transforms high-level Mesa Core functionality into a more flex…
50 - **Graphics State Management**: Converts Mesa state (e.g., blend modes, texture states) into hardw…
[all …]
/third_party/gn/infra/recipe_modules/macos_sdk/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
4 """The `macos_sdk` module provides safe functions to access a semi-hermetic
7 Available only to Google-run bots."""
34 This call is a no-op on non-Mac platforms.
36 This will deploy the helper tool and the XCode.app bundle at
40 your cr-buildbucket.cfg file like:
43 # Cache for mac_toolchain tool and XCode.app
48 If you have builders which e.g. use a non-current SDK, you can give them
52 # Cache for N-1 version mac_toolchain tool and XCode.app
59 # sdk with mac build bits
[all …]
/third_party/protobuf/java/bom/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …01/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 …
6 <artifactId>protobuf-bom</artifactId>
12 <url>https://developers.google.com/protocol-buffers/</url>
32 <name>BSD-3-Clause</name>
33 <url>https://opensource.org/licenses/BSD-3-Clause</url>
43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48 <id>sonatype-nexus-staging</id>
52 <id>sonatype-nexus-staging</id>
53 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
[all …]
/third_party/icu/tools/release/java/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * © 2016 and later: Unicode, Inc. and others.
6 * Copyright (C) 2010-2016, International Business Machines Corporation and *
9 -->
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
12 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16 <artifactId>icu4c-apireport</artifactId>
17 <version>1.0-SNAPSHOT</version>
19 <name>icu4c-apireport</name>
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Darmv7-unknown-linux-uclibceabi.md1 # `armv7-unknown-linux-uclibceabi`
5 …ftfloat CPUs and uses the uclibc-ng standard library. This is a common configuration on many consu…
13 This target is cross compiled, and requires a cross toolchain.
15 This target supports host tools and std.
19build a `'C'` cross toolchain that targets ARMv7 softfloat and that uses the uclibc-ng standard li…
21-toolchain) is a sample toolchain that is built using [buildroot](https://buildroot.org/). It uses…
23 Utilizing the Tomatoware toolchain this target can be built for cross compilation and native compil…
25 [rust-bootstrap-armv7-unknown-linux-uclibceabi](https://github.com/lancethepants/rust-bootstrap-arm…
31 [build]
32 build-stage = 2
[all …]

123