aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/fedora-latest.yml
blob: cb3fdbce43c11303d83457fc3caf3e7d8718c989 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
                    
         
          
          
                 
         
        
                                    

                
                          
      









                       
---
image: fedora/latest
packages:
  - golang
  - gnupg2
  - notmuch-devel
  - 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 ./...