diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2882c47b4..f7b6aaae0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,8 @@ gcc-5_sanitize_tests: tags: - docker -gcc-5_sanitize_tests_i386: +# configure test look like crashed +.gcc-5_sanitize_tests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-manaplusgame @@ -117,7 +118,8 @@ gcc-5_sanitize_no_opengl_tests: tags: - docker -gcc-5_sanitize_no_opengltests_i386: +# configure test look like crashed +.gcc-5_sanitize_no_opengltests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame @@ -148,7 +150,8 @@ gcc-5_sanitize: tags: - docker -gcc-5_sanitize_i386: +# look like configure test crashing +.gcc-5_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize.sh |