Removing Makefile referring to old commands, no longer seems useful.

This Makefile doesn't appear to be that useful anymore, especially
considering it's running tests via `dev/tests/all`, an old way of
running the tests. It also refers to "windmill", which I'm pretty sure
has been removed, considering it refers to the "cms" module as well.

Continuous integration should simply just use the `phpunit` command
which is able to output better results for TeamCity, etc.

The only target here which is actually useful is the jasmine one, but
I think that could just be started manually, instead of using this
Makefile.
This commit is contained in:
Sean Harvey 2014-09-24 12:55:37 +12:00
parent 2918562905
commit 45d9735052

View File

@ -1,20 +0,0 @@
#
# This makefile is a secondary way of installing SilverStripe.
# It is used for things like continuous integration
#
# Most users should simply visit the site root in your web browser.
#
#
URL=`php ./cli-script.php SapphireInfo/baseurl`
test: phpunit
phpunit:
php ./cli-script.php dev/build "flush=1&$(QUERYSTRING)"
php ./cli-script.php dev/tests/all "flush=1&$(QUERYSTRING)"
windmill:
functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox
jasmine:
./tests/javascript/server.sh