Home
last modified time | relevance | path

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

12345

/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/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/perfetto/infra/perfetto-get.appspot.com/
DMakefile18 deploy: target
19 gcloud app deploy app.yaml --project perfetto-get
21 .PHONY: deploy test
/external/perfetto/infra/ci/
DMakefile87 .PHONY: deploy-controller
88 deploy-controller:
89 make -C controller deploy
91 .PHONY: deploy-frontend
92 deploy-frontend:
93 make -C frontend deploy
/external/perfetto/infra/perfetto.dev/
Ddeploy72 echo_and_do gcloud app deploy app.yaml --project perfetto-site \
75 echo_and_do gcloud app deploy app.yaml --project perfetto-site \
78 echo_and_do gcloud app deploy app.yaml --project perfetto-site \
D.gcloudignore7 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 \
43 .PHONY: deploy test
/external/skia/site/dev/testing/
Dios.md18 * ios-deploy <https://github.com/phonegap/ios-deploy>
36 * Install node.js and ios-deploy
41 $ npm install ios-deploy
/external/skqp/site/dev/testing/
Dios.md18 * ios-deploy <https://github.com/phonegap/ios-deploy>
36 * Install node.js and ios-deploy
41 $ npm install ios-deploy
/external/jcommander/
Dbuild-with-maven12 echo "To deploy to the snapshot repository: mvn deploy"
13 echo "To deploy to the release directory: mvn -DskipTests=true release:clean release:prepare releas…
Drelease4 # deploy without tagging: mvn deploy -DperformRelease
/external/perfetto/ui/
Ddeploy110 echo_and_do gcloud app deploy app.yaml --project perfetto-ui -v prod
112 echo_and_do gcloud app deploy app.yaml --project perfetto-ui \
115 echo_and_do gcloud app deploy app.yaml --project perfetto-ui \
/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/jacoco/
D.travis.sh88 …mvn -V -B -e -f org.jacoco.build verify sonar:sonar deploy:deploy -DdeployAtEnd -Djdk.version=5 --…
/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/tensorflow/tensorflow/lite/micro/tools/make/templates/
DREADME_MBED.md.tpl13 mbed deploy
33 you're targeting. For example, using a Discovery STM3246G board, you can deploy
/external/dagger2/util/
Dinstall-local-snapshot.sh7 bash $(dirname $0)/execute-deploy.sh \
Dpublish-snapshot-on-commit.sh11 bash $(dirname $0)/execute-deploy.sh \
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/
DREADME.md18 - [Deploy to Arduino](#deploy-to-arduino)
19 - [Deploy to SparkFun Edge](#deploy-to-sparkfun-edge)
20 - [Deploy to STM32F746](#deploy-to-STM32F746)
34 The following instructions will help you build and deploy this sample
72 The following instructions will help you build and deploy this sample
131 The following instructions will help you build and deploy this sample on the
270 The following instructions will help you build and deploy the sample to the
312 mbed deploy
339 To deploy, plug in your STM board and copy the file to it. On MacOS, you can do
/external/guava/util/
Ddeploy_snapshot.sh8 mvn clean source:jar javadoc:jar deploy \
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/
Dbuild.gradle72 deploy {
73 // deploy configuration
126 appengine.deploy.version)
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/
Dtest_mbed_library.sh27 mbed deploy

12345