diff options
| author | Ben Sima <ben@bsima.me> | 2019-02-19 10:49:21 -0800 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2019-02-19 10:54:21 -0800 |
| commit | 76272ddf601795a9747d02eeb466b542555ac4ab (patch) | |
| tree | c94350a97ab82956a8e5ca28d0135e2fdb09d29b | |
| parent | 34eb2ad4a751dccb348ec4f0ee338504b0047c28 (diff) | |
Add build manifests
| -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 |
