mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Shell-based CI with lint scans
This commit is contained in:
8
tests/run.sh
Executable file
8
tests/run.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo -e "version\nmakeserver\nstop\n" | php src/pocketmine/PocketMine.php --no-wizard --disable-ansi
|
||||
if ls plugins/DevTools/PocketMine*.phar >/dev/null 2>&1; then
|
||||
echo Server phar created successfully.
|
||||
else
|
||||
echo No phar created!
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user