Searched +full:build +full:- +full:and +full:- +full:deploy (Results 1 – 25 of 46) sorted by relevance
12
| /third_party/icu/docs/processes/release/tasks/ |
| D | release-build.md | 1 --- 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/ |
| D | build-container.yaml | 1 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/site/docs/dev/testing/ |
| D | ios.md | 1 --- 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/glslang/.github/workflows/ |
| D | continuous_deployment.yml | 9 # 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/jerryscript/targets/mbedos5/ |
| D | Makefile.travis | 1 # 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 …]
|
| D | Makefile | 1 # 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/mindspore/mindspore-src/source/ |
| D | build.sh | 2 # 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/skia/site/docs/user/sample/ |
| D | viewer.md | 2 --- 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/protobuf/python/ |
| D | release.sh | 3 set -ex 6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/" 15 # pass --no-setuptools here and then install an older setuptools version 17 virtualenv -p `which $PYTHON` --no-setuptools test-venv 21 touch test-venv/bin/protoc 22 chmod +x test-venv/bin/protoc 24 source test-venv/bin/activate 26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir 28 rm -fr test-venv 32 [ $# -lt 1 ] && { [all …]
|
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd 4 CI_PRE_CLONE_SCRIPT: |- 5 set -o xtrace 6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-… 7 bash download-git-cache.sh 8 rm download-git-cache.sh 12 # per-pipeline artifact storage on MinIO 14 # per-job artifact storage on MinIO 17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" 28 …- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v… [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | doxygen.yml | 10 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/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 10 """Send a job to LAVA, track it and collect log back""" 65 # General metadata and permissions, plus also inexplicably kernel arguments 78 "depthcharge-action": { 89 # container build 90 deploy = { 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 103 deploy['kernel']['type'] = args.kernel_image_type 105 deploy['dtb'] = { [all …]
|
| /third_party/libphonenumber/java/demo/ |
| D | pom.xml | 2 …//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/ |
| D | pom.xml | 1 <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.yml | 9 # 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/skia/site/docs/user/ |
| D | build.md | 1 --- 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/gn/infra/recipe_modules/macos_sdk/ |
| D | api.py | 2 # 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/ |
| D | pom.xml | 1 <?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>3-Clause BSD License</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/ |
| D | pom.xml | 1 <?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/skia/third_party/externals/brotli/ |
| D | .travis.yml | 5 - master 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test 27 - gcc-4.4 [all …]
|
| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | bindgen.yml | 6 - main 9 - main 12 rustfmt-clippy: 13 runs-on: ubuntu-latest 16 - uses: actions/checkout@v3 18 - name: Install stable 19 uses: actions-rs/toolchain@v1 22 # TODO: Should ideally be stable, but we use some nightly-only 28 - name: Run rustfmt 29 uses: actions-rs/cargo@v1 [all …]
|
| /third_party/toybox/toys/example/ |
| D | skeleton.c | 1 /* skeleton.c - Example program to act as template for new commands. 7 * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html 9 * See http://man7.org/linux/man-pages/dir_section_1.html 21 usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...] 25 When creating a new command, copy this file and delete the parts you 26 don't need. Be sure to replace all instances of "skeleton" (upper and lower 35 usage: skeleton_alias [-dq] [-b NUMBER] 45 // It's customary to put a space between argument variables and other globals. 63 // Don't blindly build allyesconfig. The maximum _sane_ config is defconfig. 64 #warning skeleton.c is just an example, not something to deploy. [all …]
|
| /third_party/rust/crates/linux-raw-sys/ |
| D | ORG_CODE_OF_CONDUCT.md | 11 [Individual Code of Conduct (ICoC)](CODE_OF_CONDUCT.md), and does not 16 The code of conduct described below is not a set of rigid rules, and 21 consensus, and interpret these rules with an intent that is generous 25 real-world experience, overall they are based on a simple principle: 28 public community functions and private functions — especially 29 commercial ones — and should ensure that the latter support, or at 37 the BA, and members should strive to preserve that core. It is fine 38 to develop additional non-standard features or APIs, but they 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you [all …]
|
| /third_party/rust/crates/rustix/ |
| D | ORG_CODE_OF_CONDUCT.md | 11 [Individual Code of Conduct (ICoC)](CODE_OF_CONDUCT.md), and does not 16 The code of conduct described below is not a set of rigid rules, and 21 consensus, and interpret these rules with an intent that is generous 25 real-world experience, overall they are based on a simple principle: 28 public community functions and private functions — especially 29 commercial ones — and should ensure that the latter support, or at 37 the BA, and members should strive to preserve that core. It is fine 38 to develop additional non-standard features or APIs, but they 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you [all …]
|
| /third_party/rust/crates/io-lifetimes/ |
| D | ORG_CODE_OF_CONDUCT.md | 11 [Individual Code of Conduct (ICoC)](CODE_OF_CONDUCT.md), and does not 16 The code of conduct described below is not a set of rigid rules, and 21 consensus, and interpret these rules with an intent that is generous 25 real-world experience, overall they are based on a simple principle: 28 public community functions and private functions — especially 29 commercial ones — and should ensure that the latter support, or at 37 the BA, and members should strive to preserve that core. It is fine 38 to develop additional non-standard features or APIs, but they 42 Treat the WebAssembly name and any BA-associated names with 43 respect, and follow BA trademark and branding guidelines. If you [all …]
|
12