From ef5b27a82ebc3be576d8646de87831bec0d40289 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Jan 2017 03:16:23 +0300 Subject: Remove gcov from ci i386 builds, because they failing with out of memory. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d7094873..565fb4ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,10 +186,10 @@ gcc-5_tests_i386: tags: - docker -gcc-6_tests: +gcc-6_tests_gcov: stage: build script: - - ./tools/ci/jobs/gcc6_tests.sh + - ./tools/ci/jobs/gcc6_tests_gcov.sh image: debian:unstable <<: *job-artifacts tags: @@ -222,10 +222,10 @@ gcc-6_tests_no_opengl_i386: tags: - docker -gcc-6_sdl2_tests: +gcc-6_sdl2_tests_gcov: stage: build script: - - ./tools/ci/jobs/gcc6_sdl2_tests.sh + - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh image: debian:unstable <<: *job-artifacts tags: -- cgit v1.2.3-70-g09d2