mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
Merge branch 'add_gitlab_ci'
This commit is contained in:
commit
89221599d4
@ -3,6 +3,7 @@ services:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||||
|
- if [ $CI_BUILD_REF_NAME = "1.0" ] ; then export COMPOSER_ROOT_VERSION="1.0-dev"; else export COMPOSER_ROOT_VERSION="dev-master"; fi
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
|
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
|
||||||
- ./console.sh --env=test cache:warmup
|
- ./console.sh --env=test cache:warmup
|
||||||
@ -14,4 +15,5 @@ test:php-5.6:
|
|||||||
script: phpunit --testdox
|
script: phpunit --testdox
|
||||||
test:php-7:
|
test:php-7:
|
||||||
stage: test
|
stage: test
|
||||||
|
image: chill/ci-image:php-7
|
||||||
script: phpunit --testdox
|
script: phpunit --testdox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user