Changed gcov prefix for appveyor builds

This commit is contained in:
Snaipe 2015-04-13 17:43:01 +02:00
parent 9dcf11a82f
commit f38b1b24fe

View file

@ -52,6 +52,7 @@ platform:
configuration: Release
install:
- 'set GCOV_PREFIX=%APPVEYOR_BUILD_FOLDER%'
- "%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"'