You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+33-39Lines changed: 33 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -8,51 +8,39 @@ matrix:
8
8
os: linux
9
9
node_js: "6"
10
10
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint
11
-
- stage: "Build and Test"
11
+
- stage: "WebPack"
12
+
os: osx
13
+
env:
14
+
- Platform="iOS"
15
+
osx_image: xcode8.3
16
+
language: node_js
17
+
node_js: "6"
18
+
jdk: oraclejdk8
19
+
script: cd demo && npm run build.plugin && npm i && npm run build-ios-bundle && cd ../demo-angular && npm run build.plugin && npm i && npm run build-ios-bundle
20
+
- language: android
21
+
os: linux
22
+
env:
23
+
- Platform="Android"
24
+
jdk: oraclejdk8
25
+
before_install: nvm install 6.10.3
26
+
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle && cd ../demo-angular && npm run build.plugin && npm i && npm run build-android-bundle
27
+
- stage: "Build"
12
28
env:
13
-
- BuildAndroid="25"
29
+
- Android="25"
14
30
language: android
15
31
os: linux
16
32
jdk: oraclejdk8
17
-
before_install: nvm install stable
18
-
script:
19
-
- cd src && npm i && npm run tsc && cd ../demo
20
-
- travis_wait travis_retry tns build android
33
+
before_install: nvm install 6.10.3
34
+
script: cd demo && npm run ci.android.build && cd ../demo-angular && npm run ci.android.build
21
35
- os: osx
22
36
env:
23
-
- BuildiOS="10.3"
37
+
- iOS="10.3"
24
38
- Xcode="8.3"
25
39
osx_image: xcode8.3
26
40
language: node_js
27
41
node_js: "6"
28
42
jdk: oraclejdk8
29
-
script:
30
-
- cd src && npm i && npm run tsc && cd ../demo
31
-
- travis_wait travis_retry tns build ios
32
-
- os: linux
33
-
language: android
34
-
env:
35
-
- TestVersion="latest"
36
-
jdk: oraclejdk8
37
-
before_install:
38
-
- nvm install stable
39
-
before_script:
40
-
- cd seed-tests && npm i
41
-
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
42
-
- emulator -avd test -no-audio -no-window &
43
-
- android-wait-for-emulator
44
-
script: travis_wait travis_retry npm run test.android
45
-
dist: precise
46
-
- os: osx
47
-
env:
48
-
- TestVersion="latest"
49
-
language: node_js
50
-
node_js: "6"
51
-
jdk: oraclejdk8
52
-
osx_image: xcode8.3
53
-
before_script:
54
-
- cd seed-tests && npm i
55
-
script: travis_wait travis_retry npm run test.ios
43
+
script: cd demo && npm run ci.ios.build && cd ../demo-angular && npm run ci.ios.build
0 commit comments