Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nativescript continuous delivery

I've just started learning and using nativescript; everything seems alright and I'm making progress, but I haven't been able to find a solution for continuous delivery. (on push on master branch in bitbucket, I want to automatically make the build and distribute it). I've tried appcenter from Microsoft (I used it before for Xamarin) but could not make it work.

like image 376
Marius B. Avatar asked Nov 07 '22 05:11

Marius B.


1 Answers

I use bitrise (https://www.bitrise.io/). It integrates with bitbucket for CI and also offers scheduled builds. There are free plans available. Takes a little config to get working with NativeScript, but worth it so far.

like image 93
SeanStanden Avatar answered Nov 17 '22 12:11

SeanStanden