Skip to content
Snippets Groups Projects
Commit 5162df99 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

docker php 7 runner to avoid local segfaults

parent be715a80
Branches
Tags
2 merge requests!2334Master,!2094Master
Pipeline #946 passed with stage
in 18 minutes and 13 seconds
......@@ -16,9 +16,14 @@ test:php5_latest:
tags:
- docker
test:php_local:
test:php7_latest:
image: localhost:5000/bokeh_php7
services:
- localhost:5000/bokeh_mysql5
script:
- bash scripts/ci_data_preparation.sh $MYSQL_DATABASE localhost $MYSQL_ROOT_PASSWORD
- bash build.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD localhost
- 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
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