File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,27 @@ steps:
7979 - php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
8080 - php occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
8181 - php occ app:enable user_ldap
82- - php occ app:enable testing
82+ - php occ app:enable $APP_NAME
83+ - cd apps/$APP_NAME
84+ - cd tests/integration
85+ - ./run.sh
86+
87+ ---
88+ kind : pipeline
89+ name : integration-master-nocache
90+ steps :
91+ - name : integration
92+ image : nextcloudci/php7.1:php7.1-16
93+ environment :
94+ APP_NAME : ldap_write_support
95+ CORE_BRANCH : master
96+ DB : sqlite
97+ commands :
98+ # Pre-setup steps
99+ - wget https://github.com/nextcloud/travis_ci/master/before_install.sh
100+ - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
101+ - cd ../server/
102+ - php occ app:enable user_ldap
83103 - php occ app:enable $APP_NAME
84104 - cd apps/$APP_NAME
85105 - cd tests/integration
You can’t perform that action at this time.
0 commit comments