зеркало из https://github.com/nextcloud/spreed.git
Add execution to drone
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
66ae76bbfd
Коммит
e263e4565b
44
.drone.yml
44
.drone.yml
|
@ -148,6 +148,29 @@ pipeline:
|
|||
when:
|
||||
matrix:
|
||||
TESTS: php7.1
|
||||
php7.1-integration:
|
||||
image: nextcloudci/php7.1:php7.1-3
|
||||
environment:
|
||||
- APP_NAME=spreed
|
||||
- CORE_BRANCH=master
|
||||
- DB=sqlite
|
||||
commands:
|
||||
# FIXME: Move into Docker image
|
||||
- yum -y install wget
|
||||
|
||||
# Pre-setup steps
|
||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../server/
|
||||
- ./occ app:enable $APP_NAME
|
||||
- cd apps/$APP_NAME
|
||||
|
||||
# Run integration tests
|
||||
- cd tests/integration/
|
||||
- bash run.sh
|
||||
when:
|
||||
matrix:
|
||||
TESTS: php7.1-integration
|
||||
jsunit:
|
||||
image: nextcloudci/jsunit:jsunit-5
|
||||
commands:
|
||||
|
@ -160,13 +183,14 @@ pipeline:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- TESTS: eslint
|
||||
- TESTS: stylelint
|
||||
- TESTS: check-app-compatbility
|
||||
- TESTS: syntax-php5.6
|
||||
- TESTS: syntax-php7.0
|
||||
- TESTS: signed-off-check
|
||||
- TESTS: php5.6
|
||||
- TESTS: php7.0
|
||||
- TESTS: php7.1
|
||||
- TESTS: jsunit
|
||||
#- TESTS: eslint
|
||||
#- TESTS: stylelint
|
||||
#- TESTS: check-app-compatbility
|
||||
#- TESTS: syntax-php5.6
|
||||
#- TESTS: syntax-php7.0
|
||||
#- TESTS: signed-off-check
|
||||
#- TESTS: php5.6
|
||||
#- TESTS: php7.0
|
||||
#- TESTS: php7.1
|
||||
- TESTS: php7.1-integration
|
||||
#- TESTS: jsunit
|
||||
|
|
Загрузка…
Ссылка в новой задаче