aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/fedora.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/fedora.yml')
-rw-r--r--.builds/fedora.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
new file mode 100644
index 00000000..f4177ebc
--- /dev/null
+++ b/.builds/fedora.yml
@@ -0,0 +1,26 @@
+---
+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