Builds distributed between Travis CI and internal Jenkins CI execute on pull requests. By default, Travis CI builds trigger on community pull requests and both Travis CI and Jenkins CI builds trigger on core team pull requests. Only NativeScript members have rights to trigger internal Jenkins CI builds. In long term, we aim to migrate all the builds in a public cloud environment.
This builds the nativescript-angular
package and the tests app for Android. Please, refer to the .travis.yml config file for complete information.
More extensive tests execute in Jenkins CI. As it is an internal environment, these builds cannot be triggered from people outside the NativeScript organization. In order to trigger a build mannually, you need to comment inside the pull request. The table below describes the comment messages and the locations of the app/tests of all builds available to execute tests on pull requests.
Comment | Description |
---|---|
run ci |
Executes all described below. |
renderer-android |
Executes renderer tests app for Android. |
renderer-ios |
Executes renderer tests app for iOS. |
router-android |
Executes router tests app for Android. |
router-ios |
Executes router tests app for iOS. |
sdkwebpack |
Webpacks SDK examples app for both Android and iOS. |
tests-android |
Executes tests app for Android. |
tests-ios |
Executes tests app for iOS. |
testsappng-android |
Executes TestsAppNg app for Android. |
testsappng-ios |
Executes TestsAppNg app for iOS. |