diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-09-19 22:23:58 +0200 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-09-19 22:24:19 +0200 |
commit | c7bbfd91c932139eaa9d365bc535618a3ce564a3 (patch) | |
tree | 795a2832e0eca437c41270d02eae5b8e6ab3a8c2 | |
parent | 5a316acea8cc0aff833d17a3910725ffc05bae9b (diff) | |
download | hercules-jak1/ci_fix.tar.gz hercules-jak1/ci_fix.tar.bz2 hercules-jak1/ci_fix.tar.xz hercules-jak1/ci_fix.zip |
gcc8 build stable->busterjak1/ci_fix
removed one more '...travis.sh test'
(may adding a new test case would be a nice idea)
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e2ca0f1d..843c3d401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,7 @@ zero-2018:clang-7: SQLHOST: mariadb script: - ./tools/ci/travis.sh build CC=clang-7 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511 - - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST +# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST .pre_re:clang-8: <<: *branch_exceptions @@ -399,7 +399,7 @@ zero-2018:gcc-8_sanitize: <<: *branch_exceptions <<: *prerequisites stage: clients - image: debian:stable + image: debian:buster services: - mariadb:10 variables: |