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 /.builds/nixos-18.09.yml | |
parent | 34eb2ad4a751dccb348ec4f0ee338504b0047c28 (diff) |
Add build manifests
Diffstat (limited to '.builds/nixos-18.09.yml')
-rw-r--r-- | .builds/nixos-18.09.yml | 7 |
1 files changed, 7 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 |