summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-09 07:04:07 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-09 07:55:29 +0300
commit62f3b4abd178c6415277bc7e9b8f8df63d0ba63e (patch)
treee293d0e7207b37e4691e1801d865b276d1d979ab /tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
parent6e50bd34ec3595bf403bd2e1c2f7284392ed0f71 (diff)
downloadplus-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.gz
plus-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.bz2
plus-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.xz
plus-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.zip
exclude broken ci jobs.
Diffstat (limited to 'tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
index 95730d6b1..6e1ddfd10 100644
--- a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
@@ -28,6 +28,7 @@ variables:
artifacts:
paths:
- logs
+ - manaplus/logs
when: always
expire_in: 3 week
dependencies: []
@@ -36,6 +37,7 @@ variables:
artifacts:
paths:
- logs
+ - manaplus/logs
when: always
expire_in: 3 week
dependencies: []
@@ -55,10 +57,10 @@ gcc-6_sanitize_doctest_tests:
tags:
- docker
-gcc-6_sanitize_doctest_tests_i386:
+gcc-6_doctest_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
- ldd ./src/manaplustests | grep "libasan"
image: vicamo/debian:sid-i386
<<: *job-push