diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-22 13:14:28 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-22 13:14:28 +0200 |
commit | 1f000bdeb39f3e3fda6ad3d6463b242712882d5f (patch) | |
tree | 39aa2ff9019df2307efb4b16bf2a87f2109e9688 /.build.yml | |
parent | f0e657bbe95cf0383f3bf106a0f55dfcbf241770 (diff) |
Add build config
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..c4c0929 --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: archlinux +packages: + - emacs + - gawk + - findutils + - bash +sources: + - https://git.sr.ht/~l3kn/org-fc +tasks: + - test: | + cd org-fc + bash makem.sh -ssandbox -i hydra test |