0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 10:21:51 +00:00

(Commandfile) add command 'shell'

This commit is contained in:
Stefan Siegl 2017-03-12 16:34:18 +01:00
parent 44b1decd81
commit 2b2ef00072

View File

@ -31,6 +31,12 @@ command 'test',
cd /data/build; `which gmake || which make` test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 cd /data/build; `which gmake || which make` test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
eof eof
command 'shell',
description: 'execute a PHP CLI interactive shell with V8Js loaded',
script: <<-eof
cd /data/build; php -a -d extension=modules/v8js.so
eof
chain 'all', chain 'all',
commands: [ commands: [
{ command: 'phpize' }, { command: 'phpize' },