File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - build-tools-25.0.2
66 - android-25
77 - extra-android-m2repository
8- - sys-img-armeabi-v7a-android-21
98
109before_cache :
1110 - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -32,6 +31,28 @@ matrix:
3231 node_js : " 6"
3332 script : grunt exec:tslint
3433
34+ - stage : " Build"
35+ env :
36+ - Android="25"
37+ language : android
38+ os : linux
39+ jdk : oraclejdk8
40+ before_install : nvm install 6.10.3
41+ script :
42+ - cd demo && npm install && tns build android && cd ..
43+ - cd demo-ng && npm install && tns build android && cd ..
44+ - os : osx
45+ env :
46+ - iOS="10.3"
47+ - Xcode="8.3"
48+ osx_image : xcode8.3
49+ language : node_js
50+ node_js : " 6"
51+ jdk : oraclejdk8
52+ script :
53+ - cd demo && npm install && tns build ios && cd ..
54+ - cd demo-ng && npm install && tns build ios && cd ..
55+
3556 - stage : " WebPack"
3657 os : osx
3758 env :
You can’t perform that action at this time.
0 commit comments