summaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
blob: 9fae1f201cf219de395d3794313ea1f6de8515c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
image: openbsd/latest
packages:
  - go
  - scdoc
sources:
  - https://git.sr.ht/~rjarry/aerc
tasks:
  - build: |
        cd aerc
        make
  - test: |
        cd aerc
        go test ./...