--- 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