File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ matrix:
5757 before_script : pod repo update
5858 script :
5959 - cd src && npm run build.iosOnly
60- - cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --env.aot
60+ - cd ../publish && sh pack.sh
61+ - cd ../demo-angular && tns plugin add ../publish/package/*.tgz
62+ - npm i && tns build ios --bundle --env.uglify --env.aot
6163 - language : android
6264 os : linux
6365 env :
@@ -89,7 +91,9 @@ matrix:
8991 before_install : nvm install 8
9092 script :
9193 - cd src && npm run build
92- - cd ../demo-angular && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
94+ - cd ../publish && sh pack.sh
95+ - cd ../demo-angular && tns plugin add ../publish/package/*.tgz
96+ - npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
9397 - language : android
9498 env :
9599 - BuildAndroid="28"
@@ -133,7 +137,7 @@ matrix:
133137 jdk : oraclejdk8
134138 before_script : pod repo update
135139 script :
136- - cd ../ demo-angular && npm run ci.ios.build
140+ - cd demo-angular && npm run ci.ios.build
137141 - stage : " UI Tests"
138142 env :
139143 - Android="24"
You can’t perform that action at this time.
0 commit comments