Hacker News new | ask | show | jobs
by remram 539 days ago
I still use Drone with Gitea and it works great. I wrote a little adapter [1] so it can run VMs with Qemu, in case I need to build untrusted code (or on a different OS).

I don't know why they picked the GitHub thing for their CI.

[1]: https://github.com/remram44/drone-runner-qemu

1 comments

Interesting, thank you!