view ci/config.mk.sed @ 21568:a87ab06501ad v8.2.1334

patch 8.2.1334: Github workflow timeout needs tuning Commit: https://github.com/vim/vim/commit/b53da7918c643ef4de1256c37bc8b92413e6dcec Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 1 12:26:04 2020 +0200 patch 8.2.1334: Github workflow timeout needs tuning Problem: Github workflow timeout needs tuning Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 12:30:04 +0200
parents 6564dafe5005
children fccd67ae58c8
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/