joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Set up CI to handle releases and code-signing #272

Open joshwcomeau opened 5 years ago

joshwcomeau commented 5 years ago

Once #236/#267 is completed, we'll need to start doing this stuff on CI.

Ideally, we could just push a git tag and the CI would create signed builds.

I've heard that AppVeyor is good for Windows, and we should be able to continue using CircleCI for MacOS and Linux

Todos:

Additional context: