mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
MINOR Added git checkout of github to Makefile in order to have a fully self-contained 'make test' command
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115419 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
8e52773cc2
commit
79ad998d47
3
Makefile
3
Makefile
@ -6,6 +6,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
if [ ! -d "src" ]; then \
|
||||||
|
git clone git://github.com/chillu/silverstripe-doc-restructuring.git src/github; \
|
||||||
|
fi
|
||||||
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
|
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
|
||||||
|
|
||||||
getallmodules:
|
getallmodules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user