PileProject / drivecommand

A communication library which connects a robot (EV3, NXT, etc.) and a device (Android, PC, etc.)
Other
14 stars 4 forks source link

Proposal of auto deploy #20

Closed tiwanari closed 7 years ago

tiwanari commented 7 years ago

As @amiq11 suggested in the mailing list, I propose to use CI for auto deploy.

  1. We should do the following 3 steps (testing/packaging/launching) AUTOMATICALLY
  2. The triggers of them are different a. testing occurs after pushing any change [DONE] b. packaging occurs after merging (develop -> master) c. launching occurs after making a release branch

As for this branch, launching means making a release and 2.b and 2.c can be done at once?

tiwanari commented 7 years ago

And could you help me with the setup, @myusak? I have counted on you for releasing so far (and thank you so much) 🙇

tiwanari commented 7 years ago

Hi, there

I cleaned up the comments on #21 and now I want to make a new release. What do you think about this proposal? I really appreciate if you help me with this.