Email or username:

Password:

Forgot your password?
Codeberg.org

What about #CI on #Codeberg?

We are providing access to our #WoodpeckerCI instance to those who need it, some caveats still apply.

Also, you can read about the upcoming #ForgejoActions.

Check out our docs to learn more about the state of CI on Codeberg: docs.codeberg.org/ci/

6 comments
bapt

@Codeberg this is great, is there any plan to support non linux OS? I need to test my softwares on linux but also on various BSDs

Codeberg.org

@_bapt_ Currently, this is still a hard thing. If you can somehow emulate it inside linux containers / dockers, it will likely work. Adding other free software machines is possible in the future, but not on the roadmap for the near future.

Buying licenses for non-free operating systems is not planned at the moment :)

{:ok, "Joel Jucá"}

@Codeberg Forgejo Actions are new! What’s that? Smt equivalent to GitHub Actions, or it’s more of a Lambda-like Functions service?

{:ok, "Joel Jucá"}

@Codeberg damn! Really cool! How much similar is Forgejo Actions syntax to GitHub’s? I saw there are egen `github` variables available. Is it a drop-in replacement?

Codeberg.org

@joel We do not have much experience with it yet, because we are only investigating how to deploy it in a secure way at the moment.

But it should be nearly a drop-in replacement. Expect small adjustments to have your workflows run, but you should not have to rewrite larger parts.

Go Up