aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIhor Antonov <ihor@antonovs.family>2019-11-24 18:33:59 -0800
committerIhor Antonov <ihor@antonovs.family>2019-11-24 18:33:59 -0800
commit25783f8fbe8ac92c329a14bc0391560da329f18e (patch)
treeba87bf2317974aff6b8c0d03e5cea76c0364733c
parentMerge pull request #1001 from OpenSMTPD/ci_freebsd (diff)
downloadOpenSMTPD-25783f8fbe8ac92c329a14bc0391560da329f18e.tar.xz
OpenSMTPD-25783f8fbe8ac92c329a14bc0391560da329f18e.zip
ci: openbsd build
-rw-r--r--.builds/freebsd.yml3
-rw-r--r--.builds/openbsd.yml19
2 files changed, 19 insertions, 3 deletions
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