trying to figure out whats wrong

This commit is contained in:
Ralf Becker 2020-03-04 23:49:24 +01:00
parent 314a949450
commit 8b48255886

View File

@ -45,6 +45,7 @@ before_script:
- sudo journalctl -u apache2 - sudo journalctl -u apache2
- curl -i http://localhost/doc/rpm-build/debian.changes - curl -i http://localhost/doc/rpm-build/debian.changes
- curl -i http://localhost/egroupware/doc/rpm-build/debian.changes - curl -i http://localhost/egroupware/doc/rpm-build/debian.changes
- sudo journalctl -u apache2
- php -m - php -m
- php -i - php -i
- php install-cli.php --ignore-platform-reqs - php install-cli.php --ignore-platform-reqs
@ -71,7 +72,6 @@ script:
# --account-auth ldap --ldap_suffix dc=local --ldap_admin 'cn=admin,$suffix' --ldap_admin_pw secret # --account-auth ldap --ldap_suffix dc=local --ldap_admin 'cn=admin,$suffix' --ldap_admin_pw secret
# --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' # --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user ''
- curl -i http://localhost/egroupware/groupdav.php/ - curl -i http://localhost/egroupware/groupdav.php/
- grep -n -r 'function setUp' */tests
# Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever # Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever
- vendor/bin/phpunit -c doc -dapc.enable_cli=1 - vendor/bin/phpunit -c doc -dapc.enable_cli=1
# do not run syntax check for hhvm, as it always fails / get terminated after 10m # do not run syntax check for hhvm, as it always fails / get terminated after 10m