-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build script and adapt manifest for the build script to work
- Loading branch information
1 parent
5866a7c
commit 54bb08b
Showing
13 changed files
with
873 additions
and
65 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
; If set to true, the repo will not be cloned from GitHub and the local copy will be reused. | ||
; This setting will be obsolete once we have local Git cache enabled | ||
skipClone = false | ||
|
||
; If you want to setup your test website in a different folder, you can do that here. | ||
; You can also set an absolute path, i.e. /path/to/my/cms/folder | ||
cmsPath = tests/joomla | ||
|
||
; If you want to clone a different branch, you can set it here | ||
branch = 4.0-dev | ||
|
||
; (Linux / Mac only) If you want to set a different owner for the CMS root folder, you can set it here. | ||
localUser = www-data | ||
|
||
; Set this to true, if your curl binaries are not able to create an https connection | ||
insecure = false |
Oops, something went wrong.