From 25783f8fbe8ac92c329a14bc0391560da329f18e Mon Sep 17 00:00:00 2001 From: Ihor Antonov Date: Sun, 24 Nov 2019 18:33:59 -0800 Subject: ci: openbsd build --- .builds/freebsd.yml | 3 --- .builds/openbsd.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .builds/openbsd.yml diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 541c108a..84becdc5 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -17,6 +17,3 @@ tasks: - build: | cd OpenSMTPD make -# - test: | -# cd mrsh -# ninja -C build test diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 00000000..fb883be4 --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,19 @@ +image: open/latest +packages: +- autoconf +- automake +- bison +- libevent +- libtool +- libressl +- libasr +sources: +- https://github.com/OpenSMTPD/OpenSMTPD +tasks: +- configure: | + cd OpenSMTPD + ./bootstrap + ./configure +- build: | + cd OpenSMTPD + make -- cgit v1.2.3-59-g8ed1b