diff options
Diffstat (limited to 'tools/ci/branches/ci_site/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_site/.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml index fa4ca6523..15a44e513 100644 --- a/tools/ci/branches/ci_site/.gitlab-ci.yml +++ b/tools/ci/branches/ci_site/.gitlab-ci.yml @@ -35,6 +35,7 @@ gcc-8_tests_gcov: stage: build script: - ./tools/ci/scripts/clonesrc.sh + - pip install gcov - cd manaplus - ./tools/ci/jobs/gcc8_tests_gcov.sh --without-dyecmd --without-manaplusgame <<: *job-push @@ -43,7 +44,6 @@ gcc-8_tests_gcov: make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - gcovr git-core valgrind tags: - docker @@ -52,6 +52,7 @@ gcc-8_sdl2_tests_gcov: stage: build script: - ./tools/ci/scripts/clonesrc.sh + - pip install gcov - cd manaplus - ./tools/ci/jobs/gcc8_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame <<: *job-push @@ -60,7 +61,6 @@ gcc-8_sdl2_tests_gcov: make autoconf automake autopoint gettext 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 git-core valgrind tags: - docker |