-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Carton #1366
base: develop
Are you sure you want to change the base?
Support Carton #1366
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,6 @@ signingkeyserver.db | |
.coverage* | ||
.idea | ||
.DS_Store | ||
|
||
# Carton stores local packages here. | ||
local/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,11 @@ SyTest requires a number of dependencies that are easiest installed from CPAN. | |
./install-deps.pl | ||
cd .. | ||
|
||
Alternatively, you can use carton: | ||
|
||
cpan Carton (if not installed) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On macOS this was There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
carton install | ||
|
||
#. As ``sytest`` is intended for testing the synapse home server | ||
implementation, it is likely you'll want to fetch the source of that as | ||
well. By default SyTest will expect to find it in a sibling directory called | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use a note about running the tests later using
carton exec