BUILD: enable ERR=1 in github cygwin builds

This commit is contained in:
Ilya Shipitsin 2020-02-15 18:58:22 +05:00 committed by Willy Tarreau
parent 1392d029e6
commit 6328b73d28
1 changed files with 1 additions and 1 deletions

View 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'