Configure Sourcehut continous integration
3 files changed, 27 insertions(+), 0 deletions(-) A .builds/alpine.yml A .builds/nixos.yml A .builds/openbsd.yml
A .builds/alpine.yml => .builds/alpine.yml +10 -0
@@ 0,0 1,10 @@ image: alpine/latest packages: - ncurses-dev - make sources: - https://github.com/martanne/dvtm tasks: - build: | cd dvtm make
A .builds/nixos.yml => .builds/nixos.yml +7 -0
@@ 0,0 1,7 @@ image: nixos/latest sources: - https://github.com/martanne/dvtm tasks: - build: | cd dvtm nix-shell -p ncurses -p gnumake --run make
A .builds/openbsd.yml => .builds/openbsd.yml +10 -0