aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/alpine-edge.yml
blob: c6424a6aa88b7a6eb826e4cf69ce866c82af1d67 (plain) (tree)
1
2
3
4
5
6
7
8
9
   

                  
      
         
               
         
        
                                    

                
                          
      












                       
---
image: alpine/edge
packages:
  - go
  - gnupg
  - notmuch-dev
  - scdoc
sources:
  - "https://git.sr.ht/~rjarry/aerc"
environment:
  DESTDIR: ./out
  GOFLAGS: "-tags=notmuch"
tasks:
  - checkfmt: |
      cd aerc
      make checkfmt
  - build: |
      cd aerc
      make
  - install: |
      cd aerc
      make install
      make checkinstall
  - test: |
      cd aerc
      go test ./...