Languages

Menu
Sites
Language
자동 배포

안뇽하세용.... 타이젠 초보에유...

삼성 티비용 웹앱을 개발하고 있습니다.

젠킨스나 개발툴이 아닌 자동화를 하여 배포하고 싶습니다.

CLI라도 가능하면 스크립트라도 만들어서 배포가 가능할텐데...

가능한가요? 타이젠은 도통 자료를 찾기가 힘드네요.

감사합니다.

Responses

2 Replies
Iqbal Hossain

hi~
What i have understood is that you want to automate the distribution process of Tizen App using build tool. 
I think you can do it using Jenkins CI tool. 
For this you have to setup Jenkins. And need to create a Job in Jenkins. 
On that Jobs you have to define the build script. For building Tizen CLI is needed. You have to install it on that machine. 

The example of the image is for iOS app ( so ignore the commands, you just write Tizen command like below example) 


In your case script will be 
 

$ export PATH=$PATH:~/tizen-sdk/tools/ide/bin
$ tizen build-web -- ~/workspace/testProject

 

Shinjae Lee

아래 두 URL 정도 참고하시면 될 듯 합니다.

https://developer.tizen.org/development/tizen-studio/native-tools/cli

https://developer.tizen.org/development/tizen-studio/web-tools/cli