Enable app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Родитель
b0b172a040
Коммит
b2c2df6d19
10
.drone.yml
10
.drone.yml
|
@ -198,11 +198,12 @@ pipeline:
|
|||
# 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/apps/$APP_NAME
|
||||
- cd ../server/
|
||||
- ./occ app:enable loginviapost
|
||||
- php -S localhost:8080 &
|
||||
|
||||
# Run behat tests
|
||||
- cd Tests/Integration/
|
||||
- cd apps/$APP_NAME/Tests/Integration/
|
||||
- vendor/bin/behat
|
||||
when:
|
||||
matrix:
|
||||
|
@ -217,11 +218,12 @@ pipeline:
|
|||
# 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/apps/$APP_NAME
|
||||
- cd ../server/
|
||||
- ./occ app:enable loginviapost
|
||||
- php -S localhost:8080 &
|
||||
|
||||
# Run behat tests
|
||||
- cd Tests/Integration/
|
||||
- cd apps/$APP_NAME/Tests/Integration/
|
||||
- vendor/bin/behat
|
||||
when:
|
||||
matrix:
|
||||
|
|
Загрузка…
Ссылка в новой задаче