dasher-web icon indicating copy to clipboard operation
dasher-web copied to clipboard

Automate CI Build for Existing Targets

Open aspickard opened this issue 4 years ago • 5 comments

{NOTE} CI currently running for Web Target on Travis-CI. (iOS in progress..) No static analysis is setup or running.

aspickard avatar May 11 '21 14:05 aspickard

Just wanting to start around automation, I know we might get round to it for a while.

Are we set on continuing to use Travis CI for our automation?

I have been using Github actions a lot for projects lately and its really good. There is a huge marketplace of prebuilt actions you can pull from, and there is bound to be stuff for iOS build and electron builds that we can use.

My vote would be to migrate to Actions

gavinhenderson avatar Jun 03 '21 15:06 gavinhenderson

+1 for utilizing actions, but that does lock us in to GitHub

aspickard avatar Jun 03 '21 17:06 aspickard

Yeah that's a good point but I think we are already pretty locked into GitHub anyway with the amount of stuff we have on it so we might as well double down

gavinhenderson avatar Jun 04 '21 07:06 gavinhenderson

I second moving it over to GitHub actions- currently it is set up on my Travis CI account, but needs updating to reflect the new repo layout. I having used the actions before, but it seems similar and should support our environment.

On Jun 4, 2021, at 3:38 AM, Gavin Henderson @.***> wrote:

 Yeah that's a good point but I think we are already pretty locked into GitHub anyway with the amount of stuff we have on it so we might as well double down

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jcope avatar Jun 04 '21 12:06 jcope

  • [ ] Signing stuff
  • [ ] Add a simple link to website to download binaries (for folk who are afraid of github)

gavinhenderson avatar Jul 13 '21 14:07 gavinhenderson