summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add test execution against legacy DAV backendLukas Reschke2017-01-021-8/+28
| | | | | | Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add files_external webdav apache testsRoeland Jago Douma2016-12-291-0/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add Memcached CIRoeland Jago Douma2016-12-211-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update drone images to latest versionMorris Jobke2016-12-201-9/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2790 from nextcloud/update-integration-test-imageMorris Jobke2016-12-201-20/+20
|\ | | | | Update integration test image
| * Update integration test imageLukas Reschke2016-12-201-20/+20
| | | | | | | | | | | | Updates the composer dependencies so running the tests should now be faster again… Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Run coverageLukas Reschke2016-12-201-2/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add SMB tests and execute files_external testsLukas Reschke2016-12-201-1/+19
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust to Nextcloud changesLukas Reschke2016-12-191-0/+10
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bump 7.1 CI to final!Roeland Jago Douma2016-12-031-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Install instance before running integration testsMorris Jobke2016-12-021-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add tests to droneRoeland Jago Douma2016-12-021-0/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Run syntex test for php7.1Roeland Jago Douma2016-11-241-0/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump php7.1 container to RC6Roeland Jago Douma2016-11-241-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration test for web based installerMorris Jobke2016-11-211-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Generate js codecov coverageRoeland Jago Douma2016-11-091-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update containers to latest versionMorris Jobke2016-11-081-39/+39
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #1991 from nextcloud/code-check-more-shipped-appsMorris Jobke2016-11-031-0/+3
|\ | | | | Run code checker on more shipped apps
| * Run code checker on more shipped appsLukas Reschke2016-11-031-0/+3
| | | | | | | | | | | | | | | | | | | | Adds: - sharebymail - systemtags - theming - workflowengine Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Use PHP 7.1 RC5 for CILukas Reschke2016-11-021-2/+2
|/ | | | | | This image has PHP 7.1 RC5 inside and the currently used one only RC4. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add .htaccess checker as CI stepLukas Reschke2016-11-021-0/+8
| | | | | | Don't want anyone to commit invalid changes in that file again :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bump to php7.1 RC4Roeland Jago Douma2016-10-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* test alternative drone syntax for command optionsMorris Jobke2016-10-191-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add 4 byte mysql test runMorris Jobke2016-10-191-0/+22
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump 7.1 CI to RC3Roeland Jago Douma2016-10-101-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Generate coverage for quick DB testsLukas Reschke2016-10-051-4/+14
| | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add codecovLukas Reschke2016-09-281-1/+11
| | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new integration-php7.0 containerLukas Reschke2016-09-221-17/+17
| | | | | | This one caches the dependencies Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move integration tests to single containersLukas Reschke2016-09-221-4/+165
| | | | | | This adds improved performance Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add checker for signed off commitsLukas Reschke2016-09-221-0/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* add actual check if mysql is up alreadyMorris Jobke2016-09-131-1/+0
|
* Move Travis tests to DroneCILukas Reschke2016-09-131-0/+75
| | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container
* clone depth of 1 and execute integration tests firstMorris Jobke2016-09-131-10/+4
| | | | * specify git image
* update drone.yml to 0.5Morris Jobke2016-09-131-11/+67
|
* Use the PHP 7.1-3 tagLukas Reschke2016-09-071-2/+2
| | | | Bumps the PHP version from beta2 to RC1
* Add PHP 7.1 drone testsLukas Reschke2016-09-071-0/+12
|
* Use PHPUnit 5.5.4Roeland Jago Douma2016-09-061-7/+7
|
* Merge pull request #1227 from nextcloud/improve-testsJoas Schilling2016-09-011-1/+1
|\ | | | | Improve tests
| * properly load APCu extension on CLI to execute APCu testsMorris Jobke2016-09-011-1/+1
| |
* | Activate APCu on PHP 7Morris Jobke2016-09-011-1/+1
|/ | | | | | Fix an issue with APCus inc and dec methods on PHP 7 see https://github.com/krakjoe/apcu/issues/183#issuecomment-244038221 for details
* Execute only tests for modern PHP versionsLukas Reschke2016-08-301-24/+0
|
* Split CI into DB and NODB groupsRoeland Jago Douma2016-07-131-6/+30
|
* Run mysql and posgres on 5.6Roeland Jago Douma2016-07-091-7/+7
|
* Bump drone to use newer php7 dockerRoeland Jago Douma2016-07-081-4/+4
|
* Disable coverage for nowRoeland Jago Douma2016-07-081-3/+3
| | | | Coverage generation takes to long. So disabling for now.
* Add 5.6 sqlite ciRoeland Jago Douma2016-07-081-3/+6
|
* Move 'main' ci to php7 (speed)Roeland Jago Douma2016-07-081-4/+4
|
* Add PHP 5.4 and 5.5 jobs to CIMorris Jobke2016-07-061-0/+14
|
* Fix docker image naming issue for CIMorris Jobke2016-07-061-11/+12
| | | | | * wrongly named PHP7 - it is PHP 5.6 * moved integration tests at the very end