diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-09 17:37:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-09 17:37:13 +0300 |
commit | d25e99ef35e92c346cf3379cb5f69fd582f3c1d7 (patch) | |
tree | fd9d8da852ee9203541d0389b59e7937fd81736e | |
parent | bc655ac13c005b78bc93aa5ccafbf77b3bd1d743 (diff) | |
download | mv-d25e99ef35e92c346cf3379cb5f69fd582f3c1d7.tar.gz mv-d25e99ef35e92c346cf3379cb5f69fd582f3c1d7.tar.bz2 mv-d25e99ef35e92c346cf3379cb5f69fd582f3c1d7.tar.xz mv-d25e99ef35e92c346cf3379cb5f69fd582f3c1d7.zip |
Enable some disabled asan builds.
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19b5fa991..e374d2ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,8 +42,7 @@ variables: expire_in: 3 week dependencies: [] -# disabled due gitlab bug -.gcc-7_sanitize_doctest_tests: +gcc-7_sanitize_doctest_tests: stage: build script: - ./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame @@ -244,8 +243,7 @@ gcc-7_separate_doctest: libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev git python -# disabled due kernel issue in shared runners. -.gcc-7_separate_doctest_sanitize: +gcc-7_separate_doctest_sanitize: stage: build script: - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd @@ -269,8 +267,7 @@ gcc-7_separate_doctest: tags: - docker -# disabled due kernel issue in shared runners. -.gcc-7_separate_doctest_sanitize_sdl2: +gcc-7_separate_doctest_sanitize_sdl2: stage: build script: - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2 |