diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/nixos-18.09.yml | 7 | ||||
-rw-r--r-- | .builds/nixos-unstable.yml | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.builds/nixos-18.09.yml b/.builds/nixos-18.09.yml new file mode 100644 index 0000000..812fa0a --- /dev/null +++ b/.builds/nixos-18.09.yml @@ -0,0 +1,7 @@ +image: nixos/18.09 +sources: + - https://git.sr.ht/~ben/biz +tasks: + - build-system: | + cd ./biz + make result diff --git a/.builds/nixos-unstable.yml b/.builds/nixos-unstable.yml new file mode 100644 index 0000000..f808367 --- /dev/null +++ b/.builds/nixos-unstable.yml @@ -0,0 +1,7 @@ +image: nixos/unstable +sources: + - https://git.sr.ht/~ben/biz +tasks: + - build-system: | + cd ./biz + make result |