]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: enable ERR=1 in github cygwin builds
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 15 Feb 2020 13:58:22 +0000 (18:58 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Feb 2020 15:32:38 +0000 (16:32 +0100)
.github/workflows/windows-latest.yml

index 27b16eec6617a865e0a1d975379bab1da1ef5382..445e021a436555cdb72d6af60a025a9539fff76b 100644 (file)
@@ -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'