From: Ilya Shipitsin Date: Sat, 15 Feb 2020 13:58:22 +0000 (+0500) Subject: BUILD: enable ERR=1 in github cygwin builds X-Git-Tag: v2.2-dev3~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6328b73d2884896c48566a375ee83a2155a7f839;p=thirdparty%2Fhaproxy.git BUILD: enable ERR=1 in github cygwin builds --- diff --git a/.github/workflows/windows-latest.yml b/.github/workflows/windows-latest.yml index 27b16eec66..445e021a43 100644 --- a/.github/workflows/windows-latest.yml +++ b/.github/workflows/windows-latest.yml @@ -16,5 +16,5 @@ jobs: - name: fake step run: C:\\tools\\cygwin\\bin\\bash -lc 'pwd' - name: build - run: C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv' + run: C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin ERR=1 USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv'