Skip to content
Snippets Groups Projects
Commit 40cb909e authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: make all cpanm invocations verbose

parent bed64c30
No related branches found
No related tags found
No related merge requests found
Pipeline #46686 failed with stage
in 3 minutes and 46 seconds
......@@ -39,10 +39,10 @@
- export MACHTYPE=$(uname -m)
- cpanm -v --installdeps --notest .
- ( cd ensembl && cpanm -v --installdeps --notest . )
- cpanm Bio::DB::HTS
- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n DBD::SQLite
- cpanm JSON URI::Escape
- cpanm -v Bio::DB::HTS
- cpanm -v -n Devel::Cover::Report::Coveralls
- cpanm -v -n DBD::SQLite
- cpanm -v JSON URI::Escape
- cp travisci/MultiTestDB.conf.gitlabci.mysql modules/t/MultiTestDB.conf.mysql
- cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
- mysql -u root -h mysql -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment