summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-09 04:50:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-09 04:50:11 +0300
commit4d05e132cfd424e454d7ab3727775b127bf0e6a2 (patch)
tree139c4f6c4f3ae1876309d335803fe85265eae487 /.gitlab-ci.yml
parent612873fa462d74a31bdd3977dac7919376038275 (diff)
downloadplus-4d05e132cfd424e454d7ab3727775b127bf0e6a2.tar.gz
plus-4d05e132cfd424e454d7ab3727775b127bf0e6a2.tar.bz2
plus-4d05e132cfd424e454d7ab3727775b127bf0e6a2.tar.xz
plus-4d05e132cfd424e454d7ab3727775b127bf0e6a2.zip
Remove some more wrong checks from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40b2d243f..f5d090b04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -369,7 +369,6 @@ gcc-6_sanitize:
stage: build
script:
- ./tools/ci/jobs/gcc6_sanitize.sh
- - ldd ./src/manaplustests | grep "libasan"
<<: *job-shared
variables:
PACKAGES: gcc-6 g++-6
@@ -383,7 +382,6 @@ gcc-6_sanitize_i386:
stage: build
script:
- ./tools/ci/jobs/gcc6_sanitize.sh
- - ldd ./src/manaplustests | grep "libasan"
image: vicamo/debian:sid-i386
<<: *job-shared
variables:
@@ -412,7 +410,6 @@ gcc-6_sanitize_physfs_i386:
stage: build
script:
- ./tools/ci/jobs/gcc6_sanitize.sh --with-physfs
- - ldd ./src/manaplustests | grep "libasan"
image: vicamo/debian:sid-i386
<<: *job-shared
variables: