diff options
-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 |