aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
blob: 84becdc545984fe5f864bec06defff8f0a13ee1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: freebsd/latest
packages:
- autoconf
- automake
- bison
- libevent
- libtool
- libressl
- libasr
sources:
- https://github.com/OpenSMTPD/OpenSMTPD
tasks:
- configure: |
    cd OpenSMTPD
    ./bootstrap
    ./configure --with-libasr=/usr/local
- build: |
    cd OpenSMTPD
    make