Home
last modified time | relevance | path

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

1234567

/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/
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 \
43 .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/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/dagger2/util/
Dpublish-snapshot-on-commit.sh10 bash $(dirname $0)/deploy-dagger.sh \
17 bash $(dirname $0)/deploy-hilt.sh \
Dinstall-local-snapshot.sh7 bash $(dirname $0)/deploy-dagger.sh \
11 bash $(dirname $0)/deploy-hilt.sh \
Ddeploy-to-maven-central.sh40 bash $(dirname $0)/deploy-dagger.sh \
47 bash $(dirname $0)/deploy-hilt.sh \
/external/jcommander/
Drelease4 # deploy without tagging: mvn deploy -DperformRelease
/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/webrtc/docs/native-code/ios/
Dindex.md127 There are several test targets in WebRTC. To run the tests, you must deploy the
136 If deploying to a device via the command line using [`ios-deploy`][ios-deploy],
141 It's easiest to deploy to a device using Xcode. Other command line tools exist
142 as well, e.g. [`ios-deploy`][ios-deploy].
144 **NOTICE:** To deploy to an iOS device you must have a valid signing identity
152 but you won't be able to deploy your code to an iOS device. To do this,
193 [ios-deploy]: https://github.com/phonegap/ios-deploy
/external/kotlinx.coroutines/site/
DREADME.md14 For release use [`deploy.sh`](deploy.sh) that performs clean build of the site and pushes the resul…
/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/perfetto/infra/perfetto.dev/appengine/
D.gcloudignore3 deploy
/external/perfetto/infra/ui.perfetto.dev/appengine/
D.gcloudignore6 deploy
/external/jimfs/util/
Ddeploy_snapshot.sh13 mvn clean source:jar javadoc:jar deploy --settings="util/settings.xml" -DskipTests=true
/external/google-java-format/util/
Dpublish-snapshot-on-commit.sh23 …mvn clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dinvoker.skip=true -D…
/external/auto/util/
Dpublish-snapshot-on-commit.sh9 …mvn -f build-pom.xml clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dmav…

1234567