aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
blob: 541c108a15ac5c29c7bde127f718c3a333391bb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
#  - test: |
#      cd mrsh
#      ninja -C build test