Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[discussion] Building software in cloud as a usecase #77

Open
vadimkantorov opened this issue Oct 25, 2020 · 1 comment
Open

[discussion] Building software in cloud as a usecase #77

vadimkantorov opened this issue Oct 25, 2020 · 1 comment

Comments

@vadimkantorov
Copy link

vadimkantorov commented Oct 25, 2020

Another usecase is remote builds when a fully-fledged CI is overkill. E.g. CUDA or Emsciprten builds that are particularly slow.

This is often the case for hobby, open-source work. Being able to run the build script on a big cloud instance (via a simple spotty run command) for a given operating system and download the artefacts or log files would be very useful.

@vadimkantorov vadimkantorov changed the title [discussion] Building software in cloud [discussion] Building software in cloud as a usecase Oct 25, 2020
@apls777
Copy link
Collaborator

apls777 commented Oct 26, 2020

Thank you for the usecase, Vadim. I guess at the moment the workflow looks like this:

spotty start
spotty run build
spotty download -i 'build/*'
spotty stop

Do you have any specific ideas on how it can be improved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants