FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/.travis.yml at master · ralic/NativeScript · GitHub
ralic
/
NativeScript
Public
forked from
NativeScript/NativeScript
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
NativeScript
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (69 loc) · 2.45 KB
Breadcrumbs
NativeScript
/
.travis.yml
Copy path
File metadata and controls
69 lines (69 loc) · 2.45 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
env
:
global
:
-
DATE=$(date +%Y-%m-%d)
-
PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
-
PACKAGE_NAME=tns-core-modules
-
NODE_VERSION=5.10.1
-
EMULATOR_API_VER=22
-
RUNTIMEVERSION=next
-
AVD_NAME=Arm$EMULATOR_API_VER
addons
:
artifacts
:
paths
:
-
"
$HOME/test-run-results$PACKAGE_VERSION.xml
"
sudo
:
false
dist
:
trusty
language
:
android
node_js
:
-
4.2.3
jdk
:
-
oraclejdk8
android
:
components
:
-
platform-tools
-
tools
-
build-tools-23.0.3
-
android-$EMULATOR_API_VER
-
android-23
-
extra-android-support
-
extra-android-m2repository
-
sys-img-armeabi-v7a-android-$EMULATOR_API_VER
before_script
:
-
nvm install $NODE_VERSION
-
npm install -g grunt-cli
-
npm install
-
"
(cd build/platform-declarations && npm install)
"
-
echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
armeabi-v7a -c 12M
-
emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
-
android-wait-for-emulator
script
:
-
jdk_switcher use oraclejdk8
-
grunt default &&
FULL_PACKAGE_VERSION=`node -e 'console.log(require("./bin/dist/tns-core-modules/package.json").version);'` &&
(cd build/platform-declarations && grunt) &&
echo no | npm install nativescript@next -g > /dev/null &&
grunt buildOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null &&
grunt runOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
-
node ./build/travis-scripts/check-testrun-broken.js
-
adb pull /data/data/org.nativescript.TestsApp/files/test-results.xml &&
mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
before_deploy
:
-
mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
-
mv build ../
-
cd ..
-
rm -rf NativeScript
-
tar -zxvf .deploymentpackage
-
mv package $PACKAGE_NAME
-
cd $PACKAGE_NAME
-
rm ../.deploymentpackage
-
mv ../build ./
-
node ./build/travis-scripts/add-publishConfig.js next
deploy
:
provider
:
npm
email
:
nativescript@telerik.com
on
:
branch
:
master
skip_cleanup
:
true
api_key
:
secure
:
j2gE5jnGSuCFy7s3pDB6Or2j+vhlRYIlSSB1mDI7R5PvpV0kWr8yE1rLnyqeb0pI7WY/36SV/0NZCClJhlrZFvd7QvaP3+55cGX3ijmsDp8WxfQRyHppA9RZuMFujG7swFr/s0RmoYgO9mYNe46lJTX8m0HZeNN2qlAC7LDD3x8=
Back
|
FazBrowse Home
|
New Git URL