aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/openbsd.yml
blob: 0213bafed647cc799d39bdc08394c56a5cabf33d (plain) (tree)
1
2
3
4
5
6
7
8
9






                                  

                



               



                         


                     
---
image: openbsd/latest
packages:
  - go
  - scdoc
sources:
  - https://git.sr.ht/~rjarry/aerc
environment:
  DESTDIR: ./out
tasks:
  - build: |
        cd aerc
        make
  - install: |
        cd aerc
        make install
        make checkinstall
  - test: |
        cd aerc
        go test ./...