Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling eff821d926
No more CodeCov
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-25 17:23:57 +02:00
Daniel Calviño Sánchez b53198fe6c Use a newer version of the nextcloudci/php7.1 Docker image in Drone
The "php7.1" and "php7.1-integration" tests are not actually being run
in Drone; when the command "more ./tests/autoconfig-oracle.php" is
executed by "core_install.sh" the execution of the remaining Drone
commands is broken (strange... probably some black magic related to TTYs
or something like that), and thus the tests are not run (although no
error is issued, so it wrongly seems that they were successful).

The problem occurs on CentOS based Docker images, but not on Debian
based ones. Therefore, the base images for the "php7.1" and
"php7.1-integration" tests were changed to use a newer version of the
"nextcloudci/php7.1" image, which is now based on Debian instead of
CentOS like the older ones.

This also removes the need of installing "wget", as it is already
included in the newer image too.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-09-14 13:07:28 +02:00
Joas Schilling 0a7eb61808
Run all other tests aswell
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-07 12:53:58 +02:00
Joas Schilling e263e4565b
Add execution to drone
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-07 12:53:57 +02:00
Joas Schilling 7079c6eb2f
Only check the syntax of the spreed app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25 10:35:53 +02:00
Joas Schilling 73fead9e15
Enable app before running tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-13 15:34:54 +01:00
Christoph Wurst 108ca00c16
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-10-18 15:22:47 +02:00
Lukas Reschke 10e175cc5e
Add first unit tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-17 22:40:50 +02:00
Lukas Reschke e620e508ca
Strict comparison 2016-10-17 11:38:17 +02:00
Lukas Reschke a49858424f
Add appcode checker 2016-10-17 11:35:30 +02:00
Joachim Bauch 0e0b2cb05d Check JavaScript / CSS files for errors/style using Drone CI (#42). 2016-10-14 14:39:10 +02:00