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

.gitlab-ci.yml: Declare our custom stages

parent dcddf473
No related branches found
No related tags found
3 merge requests!457Patch to support longer assembly names in the mapping session table.,!411Add an inactive proof-of-concept GitLab-CI config file,!411Add an inactive proof-of-concept GitLab-CI config file
stages:
- test
- posttest
services:
- mysql:5.6
......@@ -33,6 +36,7 @@ before_script:
- mysql -u root -h mysql -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
test:perl5.14-sqlite:
stage: test
image: perl:5.14-threaded
variables:
COVERALLS: "false"
......@@ -41,6 +45,7 @@ test:perl5.14-sqlite:
- ./travisci/harness.sh
test:perl5.30-mysql:
stage: test
image: perl:5.30-threaded
variables:
COVERALLS: "false"
......
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