FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/scripts/jenkins/jenkins_perf.sh at master · JavaScript-Resource/angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScript-Resource
/
angular
Public
forked from
angular/angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
scripts
/
jenkins
/
jenkins_perf.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
26 lines (22 loc) · 819 Bytes
Breadcrumbs
angular
/
scripts
/
jenkins
/
jenkins_perf.sh
Copy path
File metadata and controls
executable file
·
26 lines (22 loc) · 819 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
set
-e
export
NVM_DIR=
"
/Users/Shared/jenkins/nvm
"
.
"
$NVM_DIR
/nvm.sh
"
#
This loads nvm
export
ANDROID_SDK=
"
/Users/Shared/jenkins/android-sdk
"
export
PATH+=
"
:
$ANDROID_SDK
/tools:
$ANDROID_SDK
/platform-tools
"
export
PATH+=
"
:/usr/local/git/bin
"
export
DART_CHANNEL=dev
export
ARCH=macos-ia32
export
PERF_BROWSERS=ChromeAndroid
export
CLOUD_SECRET_PATH=
"
/Users/Shared/jenkins/keys/perf-cloud-secret
"
export
GIT_SHA=
$(
git rev-parse HEAD
)
nvm use 0.10
./scripts/ci/init_android.sh
./scripts/ci/install_dart.sh
${DART_CHANNEL}
${ARCH}
npm cache clean
#
use newest npm because of errors during npm install like
#
npm ERR! EEXIST, open '/Users/Shared/Jenkins/.npm/e4d0eb16-adable-stream-1-1-13-package-tgz.lock'
npm install -g npm@2.6
npm install
./scripts/ci/build_js.sh
./scripts/ci/build_dart.sh
./scripts/ci/test_perf.sh
Back
|
FazBrowse Home
|
New Git URL