summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-09 07:45:33 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-09 07:45:33 +0300
commite1f3193e78ca64b47d6ce2ea30740957d73f050e (patch)
tree1f5d77790bfd3ff8f75d4cb866d188f982121806
parentc34a6b4c89069bfac2132150c361039978cdc18a (diff)
downloadplus-e1f3193e78ca64b47d6ce2ea30740957d73f050e.tar.gz
plus-e1f3193e78ca64b47d6ce2ea30740957d73f050e.tar.bz2
plus-e1f3193e78ca64b47d6ce2ea30740957d73f050e.tar.xz
plus-e1f3193e78ca64b47d6ce2ea30740957d73f050e.zip
Disable broken ci jobs [ci skip].
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95730d6b1..6e1ddfd10 100644
--- a/.gitlab-ci.yml
+++ b/.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