~ninjin/julia-nix

97f1098710f15cbcf5d22e2b142183ad914b496d — Pontus Stenetorp 3 years ago 21a06dd master
nix: sourcehut build service manifests
2 files changed, 18 insertions(+), 0 deletions(-)

A .builds/debian.yml
A .builds/nixos.yml
A .builds/debian.yml => .builds/debian.yml +8 -0
@@ 0,0 1,8 @@
# vim: set ts=8 sw=2 sts=2 et:

image: debian/stable
tasks:
  - build: |
      make -C julia-nix VERBOSE=1
  - test: |
      make -C julia-nix VERBOSE=1 testall

A .builds/nixos.yml => .builds/nixos.yml +10 -0
@@ 0,0 1,10 @@
# vim: set ts=8 sw=2 sts=2 et:

image: nixos/latest
tasks:
  - build: |
      cd julia-nix
      nix-shell --pure --command 'make VERBOSE=1'
  - test: |
      cd julia-nix
      nix-shell --pure --command 'make VERBOSE=1 testall'