-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leon Klingele
committed
Sep 27, 2016
1 parent
4576820
commit fdc9f8b
Showing
3 changed files
with
25 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
variables: | ||
OWNCLOUD_BRANCH: master | ||
OWNCLOUD_DATABASE: mysql | ||
NC_BRANCH: master | ||
NC_DATABASE: mysql | ||
|
||
runtests: | ||
script: | ||
# install system dependencies | ||
- ci-apt-get-update | ||
- ci-apt-get-install mysql-client mysql-server phpunit php5-curl php5-gd php5-intl php5-mysql | ||
- ./tests/prepare-ci-tests.sh | ||
- cd ${CI_PROJECT_DIR}/../owncloud/apps/spreedme | ||
- cd ${CI_PROJECT_DIR}/../nextcloud/apps/spreedme | ||
- phpunit -c phpunit.xml | ||
- phpunit -c phpunit.integration.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters