aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
new file mode 100644
index 00000000..97b9634c
--- /dev/null
+++ b/.builds/openbsd.yml
@@ -0,0 +1,16 @@
+image: openbsd/6.8
+packages:
+- autoconf-2.69p3
+- automake-1.14.1p1
+- libtool
+sources:
+- https://github.com/OpenSMTPD/OpenSMTPD
+tasks:
+- configure: |
+ cd OpenSMTPD
+ export AUTOCONF_VERSION=2.69
+ ./bootstrap
+ ./configure
+- build: |
+ cd OpenSMTPD
+ make