mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
2918562905
commit
45d9735052
20
Makefile
20
Makefile
@ -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
|
Loading…
x
Reference in New Issue
Block a user