Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: run_as_circle.sh

Issue 29720604: Issue 6405 - Remove CircleCI refs. (Closed)
Patch Set: Issue 6405 - Remove build scripts & CircleCI refs. Removed Cartfile reference Created March 14, 2018, 8:58 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « package.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 set -x
2
3 # CCI checks out the project directly in the buildbot home folder
4 # and just CIRCLE_PROJECT_REPONAME is appended to it
5 # so here it must be simulated by full path
6 export HOME="/Users/pavel/Documents/browsertech/github_kitt-browser"
7 export CIRCLE_ARTIFACTS="$HOME/simulate-circleci-build/"
8 export CIRCLE_PROJECT_REPONAME="adblockplus-ios"
9 export CIRCLE_BRANCH="develop"
10 export CIRCLE_BUILD_NUM="1234"
11 # needed only for keychain.sh (i.e. signing release build) but listed anyway
12 export CIRCLECI=1
13 export CI=1
14
15 # as declared in circlem.yml
16 export XCODE_WORKSPACE="AdblockBrowser.xcworkspace"
17 export XCODE_SCHEME="AdblockBrowser"
18 export CORE_REPONAME="kitt-core"
19 export APP_VERSION=$($HOME/$CIRCLE_PROJECT_REPONAME/deploy/readjson.sh $HOME/$CI RCLE_PROJECT_REPONAME/package.json version)
20
21 $HOME/$CIRCLE_PROJECT_REPONAME/deploy/build.sh iphoneos10.0
OLDNEW
« no previous file with comments | « package.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld