aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/fedora.yml
blob: f4177ebcb261a1ebaff1f7d82574b4040a910d8b (plain) (tree)

























                                                                                                                                   
---
image: fedora/rawhide
packages:
  - curl
  - diff
  - gcc
  - git
  - gmake
  - gnupg
  - golang
  - libasan
  - notmuch-devel
  - scdoc
sources:
  - "https://git.sr.ht/~rjarry/aerc"
environment:
  DESTDIR: ./out
  GOFLAGS: "-tags=notmuch"
  CC: gcc
  CFLAGS: -Wall -Wextra -Wconversion -Werror -Wformat-security -Wstack-protector -Wpedantic -Wmissing-prototypes -fsanitize=address
  LDFLAGS: -lasan
tasks:
  - validate: |
      gmake -C aerc validate
  - install: |
      gmake -C aerc install checkinstall