diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine-edge.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index 0d795595..8398a9a4 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -5,11 +5,17 @@ packages: - gnupg - notmuch-dev - scdoc + - valgrind sources: - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out GOFLAGS: "-tags=notmuch" + CC: gcc + CFLAGS: > + -O2 -g -Wall -Wextra -Werror -Wformat-security -Wstack-protector + -fstack-protector-strong -fanalyzer + FILTERS_TEST_PREFIX: valgrind --leak-check=full --error-exitcode=1 tasks: - lint: | cd aerc |