aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: a0557a990e5d53bf9daf673901a70b8bca9055ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: openbsd/6.6
packages:
- autoconf-2.69p2
- 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