diff options
Diffstat (limited to 'tools/ci/branches/ci_site')
-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 ab429ac48..9940b7514 100644 --- a/tools/ci/branches/ci_site/.gitlab-ci.yml +++ b/tools/ci/branches/ci_site/.gitlab-ci.yml @@ -43,7 +43,7 @@ gcc-7_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 + gcovr python-pkg-resources git-core valgrind tags: - docker @@ -60,7 +60,7 @@ gcc-7_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 + gcovr python-pkg-resources git-core valgrind tags: - docker |