Fixed bad file descriptor error on appveyor builds
This commit is contained in:
parent
e2f3daa07b
commit
f98f1365e1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ configuration: Release
|
|||
|
||||
install:
|
||||
- 'set GCOV_PREFIX=%APPVEYOR_BUILD_FOLDER%'
|
||||
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; .ci/install-libcsptr.sh"'
|
||||
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; .ci/install-libcsptr.sh"'
|
||||
- "%CYG_BASH% -lc 'cd $APPVEYOR_BUILD_FOLDER; ./autogen.sh'"
|
||||
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./configure CC=i686-w64-mingw32-gcc CFLAGS=\"-g -O0\" --enable-gcov"'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue