From 1f000bdeb39f3e3fda6ad3d6463b242712882d5f Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 22 Sep 2020 13:14:28 +0200 Subject: Add build config --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build.yml 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 -- cgit v1.2.3