Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
de53ede1
Commit
de53ede1
authored
8 years ago
by
Morris Jobke
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1380 from nextcloud/update-to-drone-0.5
Update drone.yml to 0.5
parents
eab25d54
e42cd6fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.drone.yml
+67
-11
67 additions, 11 deletions
.drone.yml
with
67 additions
and
11 deletions
.drone.yml
+
67
−
11
View file @
de53ede1
build
:
pipeline
:
jsunit
:
image
:
nextcloudci/jsunit:1.0.6
commands
:
-
./autotest-js.sh
when
:
matrix
:
TESTS
:
jsunit
nodb-php5.6
:
image
:
nextcloudci/php5.6:php5.6-2
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when
:
matrix
:
DB
:
NODB
PHP
:
5.6
nodb-php7.0
:
image
:
nextcloudci/php7.0:php7.0-2
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when
:
matrix
:
DB
:
NODB
PHP
:
"
7.0"
nodb-php7.1
:
image
:
nextcloudci/php7.1:php7.1-3
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when
:
matrix
:
DB
:
NODB
PHP
:
7.1
sqlite-php5.6
:
image
:
nextcloudci/php5.6:php5.6-2
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when
:
matrix
:
DB
:
sqlite
PHP
:
5.6
sqlite-php7.0
:
image
:
nextcloudci/php7.0:php7.0-2
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when
:
matrix
:
DB
:
sqlite
PHP
:
"
7.0"
sqlite-php7.1
:
image
:
nextcloudci/php7.1:php7.1-3
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when
:
matrix
:
DB
:
sqlite
PHP
:
7.1
mysql-php5.6
:
image
:
nextcloudci/php5.6:php5.6-2
commands
:
-
sleep
15
# gives the database enough time to initialize
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when
:
matrix
:
DB
:
mysql
PHP
:
5.6
postgres-php5.6
:
image
:
nextcloudci/php5.6:php5.6-2
commands
:
-
sleep
10
# gives the database enough time to initialize
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when
:
matrix
:
DB
:
postgres
PHP
:
5.6
integration
:
image
:
nextcloudci/php7.0:php7.0-2
commands
:
-
rm -rf data/* config/config.php
# TODO: remove this - temporary fix for CI issues
-
git submodule update --init
-
./occ maintenance:install --admin-pass=admin
-
cd build/integration
-
./run.sh
when
:
matrix
:
TESTS
:
integration
compose
:
matrix
:
include
:
-
TESTS
:
jsunit
-
DB
:
NODB
PHP
:
5.6
-
DB
:
NODB
PHP
:
7.0
-
DB
:
NODB
PHP
:
7.1
-
DB
:
sqlite
PHP
:
5.6
-
DB
:
sqlite
PHP
:
7.0
-
DB
:
sqlite
PHP
:
7.1
-
DB
:
mysql
PHP
:
5.6
-
DB
:
postgres
PHP
:
5.6
-
TESTS
:
integration
services
:
cache
:
image
:
redis
postgres
:
...
...
@@ -70,6 +120,9 @@ compose:
environment
:
-
POSTGRES_USER=oc_autotest
-
POSTGRES_PASSWORD=oc_autotest
when
:
matrix
:
DB
:
postgres
mysql
:
image
:
mysql
environment
:
...
...
@@ -77,3 +130,6 @@ compose:
-
MYSQL_USER=oc_autotest
-
MYSQL_PASSWORD=owncloud
-
MYSQL_DATABASE=oc_autotest
when
:
matrix
:
DB
:
mysql
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment