this post was submitted on 16 Jan 2026
20 points (88.5% liked)

Programming

24764 readers
330 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
20
Dead Simple CI (deadsimpleci.sparrowhub.io)
submitted 1 week ago* (last edited 1 week ago) by melezhik@programming.dev to c/programming@programming.dev
 

Dead simple CI - http://deadsimpleci.sparrowhub.io/ could be thought as an extension to any modern CI system - GitHub/Gitea/Gitlab/Forgejo/you name it , adding to default pipeline mechanism (usually based on yaml) the convenient for programmers use of general programming languages, it uses web hooks and commit statues API to report results back to native CI

all 10 comments
sorted by: hot top controversial new old
[–] melezhik@programming.dev 3 points 1 week ago

Feedback are welcome , the project is in very early stage …

[–] FizzyOrange@programming.dev 3 points 1 week ago (1 children)

Honestly this looks like it sits in the useless middle ground between "proper CI that has all the features you expect" and "just write a Python/Deno script or whatever". I can't see what you gain.

Also you say "no painful YAML pipelines" but it uses YAML??

[–] melezhik@programming.dev 1 points 1 week ago

It uses yaml only for configuration part, but pipeline itself is far more then that . Not sure what do you mean by “middle ground”, could you please elaborate? Thanks

[–] melezhik@programming.dev 2 points 1 week ago* (last edited 1 week ago)

Just added the feature of running jobs on localhost for debugging:

cd .dsci/job_one; docker run -it -v $PWD:/opt/job --entrypoint /bin/bash dsci -c "cd /opt/job/; s6 --task-run ."

[–] PoY@lemmygrad.ml 1 points 1 week ago (1 children)

that site design leaves something to be desired... the fonts are so dark I can't even read half of the documentation

[–] melezhik@programming.dev 2 points 1 week ago (1 children)

Oh, sorry for that, changed theme to light , hopefully better now

[–] PoY@lemmygrad.ml 1 points 1 week ago (1 children)

yep much more readable.. even though I prefer dark themes.. but that dark text on a dark background was next to impossible to see

[–] melezhik@programming.dev 2 points 1 week ago

Yep,I will figure out the proper design later , but thanks 😊