diff options
Diffstat (limited to 'tools/ci/branches/ci_gcc6/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc6/.gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/ci/branches/ci_gcc6/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6/.gitlab-ci.yml index 32596ea27..8824ebfa4 100644 --- a/tools/ci/branches/ci_gcc6/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc6/.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: [] @@ -128,7 +130,8 @@ gcc-6_sanitize: tags: - docker -gcc-6_sanitize_i386: +# configure test look like crashed +.gcc-6_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc6_sanitize.sh |