[PATCH 1/6] Adjust sr.ht build manifest for Alpine Linux
Rene Kita <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
---
.builds/alpine.yml | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index a7da7f51..06c61dbd 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -13,7 +13,20 @@ packages:
sources:
- https://git.sr.ht/~mutt/mutt
tasks:
-- configure: |
+- default: |
+ cd mutt
+ autoreconf -if
+ ./configure
+ make -j4 CFLAGS='-Wall -Werror'
+
+- without-wc-funcs: |
+ cd mutt
+ autoreconf -if
+ ./configure \
+ --without-wc-funcs
+ make -j4 CFLAGS='-Wall -Werror'
+
+- original: |
cd mutt
autoreconf -if
./configure \
@@ -29,6 +42,4 @@ tasks:
--with-ssl \
--with-sasl \
--with-idn2
-- build: |
- cd mutt
- make
+ make -j4 CFLAGS='-Wall -Werror'
--
2.51.0