Skip to content
Snippets Groups Projects

Add prototype Gitlab-CI configuration

Merged Marek Szuba requested to merge gitlabci into master
  1. Nov 20, 2019
  2. Nov 18, 2019
  3. Nov 13, 2019
    • Marek Szuba's avatar
      a76a8beb
    • Marek Szuba's avatar
      Add prototype Gitlab-CI configuration · e62eb711
      Marek Szuba authored
      What I have done here is take .gitlab-ci.yml and
      MultiTestDB.conf.gitlabci.mysql from ensembl (my own development version
      in case of the former), modify the before_script section of the former
      to account for differences in dependencies between the two projects,
      create a dependent-build trigger attempting to launch one on
      ensembl-gh-mirror/ensembl (i.e.  already on EBI Gitlab), and fix the
      declaration of same because it has turned out variable expansion
      in trigger declarations works only in the branch field, not in "project".
      
      Note that all of this results in a somewhat different build
      matrix than on Travis but unlike there, on GitLab we have got
      consistency between ensembl and ensembl-test.
      e62eb711