no more cagette-pro and tests
This commit is contained in:
@@ -28,9 +28,6 @@ install_dev:
|
||||
sudo mv temploc2 /usr/bin
|
||||
#extra plugins
|
||||
@if [ $(PLUGINS) = 1 ]; then \
|
||||
haxelib git cagette-pro git@bitbucket.org:bubar/cagette-pro.git; \
|
||||
haxelib git cagette-hosted git@bitbucket.org:bubar/cagette-hosted.git; \
|
||||
haxelib git cagette-wholesale-order git@github.com:bablukid/cagette-wholesale-order.git; \
|
||||
fi
|
||||
#install npm dependencies
|
||||
npm install
|
||||
@@ -82,20 +79,5 @@ templates:
|
||||
chown www-data:www-data -R www
|
||||
|
||||
ctemplates:
|
||||
# (cd lang/$(LANG)/tpl; temploc2 -macros macros.mtt -output ../tmp/ *.mtt */*.mtt */*/*.mtt */*/*/*.mtt */*/*/*/*.mtt)
|
||||
(cd lang/$(LANG)/tpl; temploc2 -macros macros.mtt -output ../tmp/ *.mtt */*.mtt */*/*.mtt)
|
||||
|
||||
#Compile and run unit tests
|
||||
tests:
|
||||
@if [ $(PLUGINS) = 1 ]; then \
|
||||
haxe testsPlugins.hxml; \
|
||||
else \
|
||||
haxe tests.hxml; \
|
||||
fi
|
||||
@docker-compose run --workdir="/var/www/www" neko neko tests.n mysql://root:root@mysql/tests
|
||||
|
||||
cp_plugin:
|
||||
cp -R .haxelib/cagette-hosted/git/tpl/* lang/master/tpl/plugin/hosted/
|
||||
cp -R .haxelib/cagette-pro/git/tpl/* lang/master/tpl/plugin/pro/
|
||||
cp -R .haxelib/cagette-wholesale-order/git/tpl/* lang/master/tpl/plugin/who/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user