aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: 97b9634c1dd7a4191b45925d38d87ebaa7cf6107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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