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
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
45
+
before_install:
46
+
- gem install cocoapods
47
+
- pod repo update
48
+
script: cd ../demo && npm run build-ios-bundle
20
49
- language: android
21
50
os: linux
22
51
env:
23
-
- Platform="Android"
52
+
- Webpack="Android"
24
53
jdk: oraclejdk8
25
54
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
55
+
script: cd ../demo && npm run build-android-bundle
27
56
- stage: "Build"
28
57
env:
29
-
- Android="25"
58
+
- BuildAndroid="25"
30
59
language: android
31
60
os: linux
32
61
jdk: oraclejdk8
33
62
before_install: nvm install 6.10.3
34
-
script: cd demo && npm run ci.android.build && cd ../demo-angular && npm run ci.android.build
63
+
script:
64
+
- cd ../demo && tns build android
35
65
- os: osx
36
66
env:
37
-
- iOS="10.3"
67
+
- BuildiOS="10.3"
38
68
- Xcode="8.3"
39
69
osx_image: xcode8.3
40
70
language: node_js
41
71
node_js: "6"
42
72
jdk: oraclejdk8
43
-
script: cd demo && npm run ci.ios.build && cd ../demo-angular && npm run ci.ios.build
0 commit comments