~martanne/dvtm

7c8c72017e5ccfc30726c0d14c1c966217dd6c93 — Dmitry Bogatov 2 years ago 2b5dfbf
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
@@ 0,0 1,10 @@
image: openbsd/latest
packages:
  - ncurses
  - gmake
sources:
  - https://github.com/martanne/dvtm
tasks:
  - build: |
      cd dvtm
      gmake CPPFLAGS=