aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/debian-stable.yml
blob: 6523519b380f87ee2b0ee493c75428956103ca2a (plain) (tree)
1
2
3
4
5
6
7
8
9
   
                    
         
          
          
                  
         
        
                                    

                
                          
      









                       
---
image: debian/stable
packages:
  - golang
  - gnupg2
  - libnotmuch-dev
  - scdoc
sources:
  - "https://git.sr.ht/~rjarry/aerc"
environment:
  DESTDIR: ./out
  GOFLAGS: "-tags=notmuch"
tasks:
  - build: |
      cd aerc
      make
  - install: |
      cd aerc
      make install
      make checkinstall
  - test: |
      cd aerc
      go test ./...