- Builds the package.
- Executes the unit tests in the repository.
- Builds the package.
- Creates new shared (web+mobile) application.
- Builds and deploys the application for Android and iOS.
- Executes smoke tests verifying that application works.
Important! Only PRs from maintainers trigger the Jenkins job. To start the Jenkins job for external PR, someone in the NativeScript organization must comment with
test
in the PR. Thetest
comment can be used also to rerun all jobs.
- Builds the package.
- Executes the unit tests in the repository.
- Builds the package.
- Publishes version with
next
tag in npm. - Executes the internal integration tests.