diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 528c11c4c..4999d3fa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - build - test -- valgrind - fail - ok @@ -150,7 +149,7 @@ mariadb_run_latest: - mariadb:latest .mysql_run_valgrind_latest: - stage: valgrind + stage: test script: - export CC=gcc-6 - ./.tools/jobs/install.sh "mysql-client @@ -168,7 +167,7 @@ mariadb_run_latest: - mysql:latest .mysql_run_valgrind_5.7: - stage: valgrind + stage: test script: - export CC=gcc-6 - ./.tools/jobs/install.sh "mysql-client @@ -185,15 +184,15 @@ mariadb_run_latest: services: - mysql:5.7 -.mariadb_run_valgrind_latest: - stage: valgrind +mariadb_run_valgrind_latest: + stage: test script: - export CC=gcc-6 - ./.tools/jobs/install.sh "mysql-client gcc-6 git-core make autoconf automake autopoint - libtool libmysqlclient-dev libz-dev libpcre3-dev + libtool libmariadbclient-dev libz-dev libpcre3-dev valgrind" - ./.tools/jobs/cloneall.sh - ./.tools/jobs/initdb.sh mariadb |