Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
6e79b4b8
Commit
6e79b4b8
authored
7 years ago
by
Alessandro Vullo
Browse files
Options
Downloads
Patches
Plain Diff
Triggering dependent builds as build stage.
parent
53fe6a58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!214
Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API
,
!214
Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+32
-16
32 additions, 16 deletions
.travis.yml
with
32 additions
and
16 deletions
.travis.yml
+
32
−
16
View file @
6e79b4b8
dist
:
precise
language
:
perl
perl
:
-
'
5.14'
-
'
5.12'
-
'
5.10'
-
'
5.14'
-
'
5.12'
-
'
5.10'
env
:
-
COVERALLS=true DB=mysql
-
COVERALLS=false DB=mysql
-
COVERALLS=false DB=sqlite
-
COVERALLS=true DB=mysql
-
COVERALLS=false DB=mysql
-
COVERALLS=false DB=sqlite
sudo
:
false
addons
:
apt
:
packages
:
-
unzip
before_install
:
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
-
git clone -b bioperl-release-1-6-1 --depth 1 https://github.com/bioperl/bioperl-live.git
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
-
git clone -b bioperl-release-1-6-1 --depth 1 https://github.com/bioperl/bioperl-live.git
install
:
-
cpanm -v --installdeps --notest .
-
cpanm -n Devel::Cover::Report::Coveralls
-
cpanm -n DBD::SQLite
-
cp travisci/MultiTestDB.conf.travisci.mysql modules/t/MultiTestDB.conf.mysql
-
cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
-
cpanm -v --installdeps --notest .
-
cpanm -n Devel::Cover::Report::Coveralls
-
cpanm -n DBD::SQLite
-
cp travisci/MultiTestDB.conf.travisci.mysql modules/t/MultiTestDB.conf.mysql
-
cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
-
mysql -u root -h localhost -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
script
:
"
./travisci/harness.sh"
# Add build stage to trigger dependent builds, run sequentially after all test jobs
# specified by the build matrix expansion have completed successfully
jobs
:
include
:
-
stage
:
trigger_dependent_builds
script
:
./travisci/trigger-dependent-build.sh
matrix
:
exclude
:
-
perl
:
'
5.10'
...
...
@@ -37,6 +52,7 @@ matrix:
env
:
COVERALLS=false DB=sqlite
-
perl
:
'
5.14'
env
:
COVERALLS=true DB=mysql
notifications
:
email
:
on_success
:
always
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment