aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/openbsd.yml
blob: 88c1a1c29346b2fe2973788cf2138d718159cd5a (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 ./...