Blob
Date:
Mon Oct 4 10:05:34 2021
UTC
Message:
add .cirrus.yml
Add a cirrus CI config file that runs the regression suite on linux
amd64/aarch64 and on freebsd.
linux_amd64_task:container:image: alpine:latesttest_script:- apk add alpine-sdk linux-headers bison libretls-dev libevent-dev- ./configure- make- make regresslinux_arm_task:arm_container:image: alpine:latesttest_script:- apk add alpine-sdk linux-headers bison libretls-dev libevent-dev- ./configure- make- make regressfreebsd_13_task:freebsd_instance:image_family: freebsd-13-0test_script:- pkg install -y libevent libressl pkgconf- ./configure- make- make regress
Omar Polo