summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-12 18:35:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-12 18:35:03 +0300
commit9766f18b99c8affa7f24ddb2d0d1a208cb439fcd (patch)
tree4a689c107a74a9e1ea2ac0f791f715b601e8e777 /tools
parent8ee2d05f7d7c6bfdcf1496899fd2ef11872fedb0 (diff)
downloadplus-9766f18b99c8affa7f24ddb2d0d1a208cb439fcd.tar.gz
plus-9766f18b99c8affa7f24ddb2d0d1a208cb439fcd.tar.bz2
plus-9766f18b99c8affa7f24ddb2d0d1a208cb439fcd.tar.xz
plus-9766f18b99c8affa7f24ddb2d0d1a208cb439fcd.zip
Remoeve left gcov flags from i386 builds.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/gcc6_sdl2_tests.sh2
-rwxr-xr-xtools/ci/jobs/gcc6_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc6_sdl2_tests.sh b/tools/ci/jobs/gcc6_sdl2_tests.sh
index 0887e61aa..41940cb08 100755
--- a/tools/ci/jobs/gcc6_sdl2_tests.sh
+++ b/tools/ci/jobs/gcc6_sdl2_tests.sh
@@ -20,7 +20,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \
source ./tools/ci/flags/gcc6.sh
do_init
-run_configure --enable-unittests=yes --with-sdl2 --with-gcov $*
+run_configure --enable-unittests=yes --with-sdl2 $*
export SDL_VIDEODRIVER=dummy
run_make_check
diff --git a/tools/ci/jobs/gcc6_tests.sh b/tools/ci/jobs/gcc6_tests.sh
index 2c56759fa..1a2fdb978 100755
--- a/tools/ci/jobs/gcc6_tests.sh
+++ b/tools/ci/jobs/gcc6_tests.sh
@@ -20,7 +20,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \
source ./tools/ci/flags/gcc6.sh
do_init
-run_configure --enable-unittests=yes --with-gcov $*
+run_configure --enable-unittests=yes $*
export SDL_VIDEODRIVER=dummy
run_make_check