aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
blob: 5199310645a3b99f12c63808b645d4d0cd8166fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: freebsd/latest
packages:
- autoconf
- automake
- bison
- libevent
- libtool
- libressl
- libasr
- py37-ansible
- db6
- python3
- python37
- python
sources:
- https://github.com/OpenSMTPD/OpenSMTPD
- https://github.com/OpenSMTPD/ci
tasks:
- ansible: |
    ls -lah
    BUILD_DIR=$(pwd)/OpenSMTPD
    cd ci/ansible
    ansible-playbook test.yml --inventory inventory/freebsd --skip-tags checkout --extra-vars "build_dir=$BUILD_DIR"