Home
last modified time | relevance | path

Searched refs:deploy (Results 1 – 25 of 183) sorted by relevance

12345678

/external/libiio/src/CI/travis/
Dbefore_deploy8 deploy=0
57 deploy=$(expr ${deploy} + 1)
77 deploy=$(expr ${deploy} + 1)
97 deploy=$(expr ${deploy} + 1)
162 deploy=$(expr ${deploy} + 1)
180 if [ "${deploy}" -eq "0" ] ; then
181 echo did not deploy any files
/external/robolectric/scripts/
Ddeploy-android.sh39 mvn deploy:deploy-file \
46 mvn deploy:deploy-file \
54 mvn deploy:deploy-file \
/external/testng/maven/
Dbuild-with-maven6 echo "To deploy to the snapshot repository: mvn deploy"
7 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
11 # deploy without tagging: mvn deploy -DperformRelease
/external/testng/
Dbuild-with-maven18 echo "To deploy to the snapshot repository: mvn deploy"
19 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
23 # deploy without tagging: mvn deploy -DperformRelease
DREADME.dev32 Snaphot deploy:
33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy
35 Staging deploy:
DREADME-publish6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2
9 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD…
/external/oss-fuzz/infra/triage-party/
DREADME.md3 This folder contains the triage party config and deploy script for the oss-fuzz instance of [triage…
7 1. Deploy a new revision to Cloud Run via [deploy.sh](deploy.sh):
10 …OKEN_PATH=[path to file containing github token] DB_PASS=[CloudSQL database password] ./deploy.sh
/external/perfetto/infra/perfetto-get.appspot.com/
DMakefile18 deploy: target
19 gcloud app deploy app.yaml --project perfetto-get
21 .PHONY: deploy test
/external/dagger2/util/
Ddeploy-all.sh5 bash $(dirname $0)/deploy-dagger.sh "$@"
7 bash $(dirname $0)/deploy-hilt.sh "$@"
9 bash $(dirname $0)/deploy-hilt-gradle-plugin.sh "$@"
/external/perfetto/infra/ci/
DMakefile88 .PHONY: deploy-controller
89 deploy-controller:
90 make -C controller deploy
92 .PHONY: deploy-frontend
93 deploy-frontend:
94 make -C frontend deploy
/external/perfetto/infra/ci/controller/
DMakefile22 deploy: lib/.stamp config.py common_utils.py target
23 gcloud app deploy -q app.yaml queue.yaml cron.yaml \
44 .PHONY: deploy test
/external/skia/site/docs/dev/testing/
Dios.md24 - ios-deploy <https://github.com/phonegap/ios-deploy>
42 - Install node.js and ios-deploy
47 $ npm install ios-deploy
/external/webrtc/docs/native-code/ios/
Dindex.md126 There are several test targets in WebRTC. To run the tests, you must deploy the
135 If deploying to a device via the command line using [`ios-deploy`][ios-deploy],
140 It's easiest to deploy to a device using Xcode. Other command line tools exist
141 as well, e.g. [`ios-deploy`][ios-deploy].
143 **NOTICE:** To deploy to an iOS device you must have a valid signing identity
151 but you won't be able to deploy your code to an iOS device. To do this,
187 [ios-deploy]: https://github.com/phonegap/ios-deploy
/external/cldr/tools/scripts/ansible/templates/
Ddeploy-sh.j270 rm -rf ./deploy || exit 1
71 mkdir ./deploy
72 cd ./deploy
/external/perfetto/infra/ci/frontend/
DMakefile24 deploy: static_3p config.py common_utils.py static/config.js target
25 gcloud app deploy -q app.yaml \
61 .PHONY: test deploy static_3p
/external/jcommander/
Drelease4 # deploy without tagging: mvn deploy -DperformRelease
/external/jazzer-api/deploy/
DBUILD.bazel5 …--define "maven_user=..." --define "maven_password=..." --define gpg_sign=true //deploy:api.publish
6 # Build //deploy:api-docs to generate javadocs for the API.
/external/markdown/
Dmakefile20 .PHONY : deploy
21 deploy: target
/external/subsampling-scale-image-view/
Drelease.gradle9 …Url') ? property('repositoryUrl') : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
32 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
/external/python/setuptools/docs/userguide/
Ddevelopment_mode.rst15 Setuptools allows you to deploy your projects for use in a common directory or
19 deploy a project into another project's checkout directory, if that's your
35 You can deploy the same project to multiple staging areas, e.g. if you have
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/
Dbuild.gradle72 deploy {
73 // deploy configuration
126 appengine.deploy.version)
/external/perfetto/infra/perfetto.dev/appengine/
D.gcloudignore3 deploy
/external/perfetto/infra/ui.perfetto.dev/appengine/
D.gcloudignore6 deploy
/external/tensorflow/tensorflow/core/util/autotune_maps/
DBUILD100 visibility = ["//waymo/ml/deploy/system/autotuning:__subpackages__"],
108 # visibility = ["//waymo/ml/deploy/system/autotuning:__subpackages__"],
/external/jimfs/util/
Ddeploy_snapshot.sh13 mvn clean source:jar javadoc:jar deploy --settings="util/settings.xml" -DskipTests=true

12345678