Adding jobs label

This commit is contained in:
Jean-Marie Renouard 2018-09-22 05:38:17 +00:00
parent a1f988da02
commit af241039e4

View file

@ -14,7 +14,8 @@ perl:
matrix: matrix:
include: include:
- addons: - addons:
mariadb: "5.5" - env: NAME="MariaDB 5.5"
- mariadb: "5.5"
perl: "5.24" perl: "5.24"
- addons: - addons:
mariadb: "10.0" mariadb: "10.0"
@ -57,7 +58,7 @@ before_script:
- tar xvjf employees_db-full-1.0.6.tar.bz2 - tar xvjf employees_db-full-1.0.6.tar.bz2
- cd employees_db - cd employees_db
- cat employees.sql | mysql - cat employees.sql | mysql
script: script:
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl - perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
- ./mysqltuner.pl --verbose --tbstat - ./mysqltuner.pl --verbose --tbstat