Searched refs:deploy (Results 1 – 25 of 152) sorted by relevance
1234567
8 deploy=057 deploy=$(expr ${deploy} + 1)77 deploy=$(expr ${deploy} + 1)97 deploy=$(expr ${deploy} + 1)162 deploy=$(expr ${deploy} + 1)180 if [ "${deploy}" -eq "0" ] ; then181 echo did not deploy any files
6 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
18 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
32 Snaphot deploy:33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy35 Staging deploy:
6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven29 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD…
18 deploy: target19 gcloud app deploy app.yaml --project perfetto-get21 .PHONY: deploy test
88 .PHONY: deploy-controller89 deploy-controller:90 make -C controller deploy92 .PHONY: deploy-frontend93 deploy-frontend:94 make -C frontend deploy
22 deploy: lib/.stamp config.py common_utils.py target23 gcloud app deploy -q app.yaml queue.yaml cron.yaml \43 .PHONY: deploy test
24 - ios-deploy <https://github.com/phonegap/ios-deploy>42 - Install node.js and ios-deploy47 $ npm install ios-deploy
18 * ios-deploy <https://github.com/phonegap/ios-deploy>36 * Install node.js and ios-deploy41 $ npm install ios-deploy
10 bash $(dirname $0)/deploy-dagger.sh \17 bash $(dirname $0)/deploy-hilt.sh \
7 bash $(dirname $0)/deploy-dagger.sh \11 bash $(dirname $0)/deploy-hilt.sh \
40 bash $(dirname $0)/deploy-dagger.sh \47 bash $(dirname $0)/deploy-hilt.sh \
4 # deploy without tagging: mvn deploy -DperformRelease
24 deploy: static_3p config.py common_utils.py static/config.js target25 gcloud app deploy -q app.yaml \61 .PHONY: test deploy static_3p
127 There are several test targets in WebRTC. To run the tests, you must deploy the136 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 exist142 as well, e.g. [`ios-deploy`][ios-deploy].144 **NOTICE:** To deploy to an iOS device you must have a valid signing identity152 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
14 For release use [`deploy.sh`](deploy.sh) that performs clean build of the site and pushes the resul…
88 …mvn -V -B -e -f org.jacoco.build verify sonar:sonar deploy:deploy -DdeployAtEnd -Djdk.version=5 --…
9 …Url') ? property('repositoryUrl') : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"32 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
13 mbed deploy33 you're targeting. For example, using a Discovery STM3246G board, you can deploy
3 deploy
6 deploy
13 mvn clean source:jar javadoc:jar deploy --settings="util/settings.xml" -DskipTests=true
23 …mvn clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dinvoker.skip=true -D…
9 …mvn -f build-pom.xml clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dmav…