diff --git a/implementations/C/build.yml b/implementations/C/build.yml new file mode 100644 index 0000000..1e55211 --- /dev/null +++ b/implementations/C/build.yml @@ -0,0 +1,14 @@ +image: freebsd/13.x +arch: amd64 +packages: + - python + - gperf + - gmake + - boehm-gc + - gmp +sources: + - https://github.com/calroc/Thun +tasks: + - setup: | + cd Thun/implementations/C + gmake