summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc6_sdl2_tests.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-12 03:16:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-12 03:16:23 +0300
commitef5b27a82ebc3be576d8646de87831bec0d40289 (patch)
tree7115f5b2ad41ecd452d2c783b13493a51617a9f5 /tools/ci/jobs/gcc6_sdl2_tests.sh
parent67c4d745a6065391f054d6327b6540ad556e1fd6 (diff)
downloadplus-ef5b27a82ebc3be576d8646de87831bec0d40289.tar.gz
plus-ef5b27a82ebc3be576d8646de87831bec0d40289.tar.bz2
plus-ef5b27a82ebc3be576d8646de87831bec0d40289.tar.xz
plus-ef5b27a82ebc3be576d8646de87831bec0d40289.zip
Remove gcov from ci i386 builds, because they failing with out of memory.
Diffstat (limited to 'tools/ci/jobs/gcc6_sdl2_tests.sh')
-rwxr-xr-xtools/ci/jobs/gcc6_sdl2_tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc6_sdl2_tests.sh b/tools/ci/jobs/gcc6_sdl2_tests.sh
index 0c07757c2..0887e61aa 100755
--- a/tools/ci/jobs/gcc6_sdl2_tests.sh
+++ b/tools/ci/jobs/gcc6_sdl2_tests.sh
@@ -10,7 +10,6 @@ aptget_install gcc-6 g++-6 \
make autoconf automake autopoint gettext libphysfs-dev \
libxml2-dev libcurl4-gnutls-dev libpng-dev \
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
- gcovr \
valgrind
export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \
@@ -24,7 +23,6 @@ do_init
run_configure --enable-unittests=yes --with-sdl2 --with-gcov $*
export SDL_VIDEODRIVER=dummy
run_make_check
-run_gcov gcov-6 gcc-6_SDL2
source ./tools/ci/scripts/exit.sh