summaryrefslogtreecommitdiffstats
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4013 from nextcloud/bundle_vendor_jsLukas Reschke2017-03-241-0/+8
|\ | | | | Bundle vendor js
| * Add CI step to verify merged vendor jsRoeland Jago Douma2017-03-231-0/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Revert "Bundle vendor js"Roeland Jago Douma2017-03-221-8/+0
| |
| * Add CI step to verify merged vendor jsRoeland Jago Douma2017-03-221-0/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | add drone configMorris Jobke2017-03-201-0/+10
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "Add integration test for trashbin"Morris Jobke2017-03-171-10/+0
|
* Add drone.yml configMorris Jobke2017-03-161-0/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run drone only on master/stable branchesMorris Jobke2017-03-061-0/+2
| | | | | | * fixes #3729 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* enable user_ldap app for testsArthur Schiwon2017-01-201-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix indentationMorris Jobke2017-01-191-9/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* also, let ldap integration tests runArthur Schiwon2017-01-191-0/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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