Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.05 KiB
Newer Older
Laurent's avatar
Laurent committed
variables:
  MYSQL_HOST: localhost__bokeh_mysql5
  MYSQL_DATABASE: "bokeh_build_${CI_BUILD_REF}"
  MYSQL_ROOT_PASSWORD: root
Laurent's avatar
Laurent committed

test:php5_latest:
  image: localhost:5000/bokeh_php5
  services:
    - localhost:5000/bokeh_mysql5
g.vinot's avatar
g.vinot committed
  script:
    - bash scripts/ci_data_preparation.sh $MYSQL_DATABASE $MYSQL_HOST $MYSQL_ROOT_PASSWORD
    - bash build.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
  except:
    - tags
  tags:
test:php7_latest:
  image: localhost:5000/bokeh_php7
  services:
    - localhost:5000/bokeh_mysql5
    - bash scripts/ci_data_preparation.sh $MYSQL_DATABASE $MYSQL_HOST $MYSQL_ROOT_PASSWORD
    - bash build.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
Laurent's avatar
Laurent committed


test:php74_latest:
  image: localhost:5000/bokeh_php74
  services:
    - localhost:5000/bokeh_mysql5
  script:
    - bash scripts/ci_data_preparation.sh $MYSQL_DATABASE $MYSQL_HOST $MYSQL_ROOT_PASSWORD
    - bash build.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
  except:
    - tags
  tags:
    - docker