FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ExplodingPE/tests/travis.sh at master · ExplodingPE/ExplodingPE · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ExplodingPE
/
ExplodingPE
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ExplodingPE
/
tests
/
travis.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (21 loc) · 541 Bytes
Breadcrumbs
ExplodingPE
/
tests
/
travis.sh
Copy path
File metadata and controls
26 lines (21 loc) · 541 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!
/bin/sh
PHP_BINARY=
"
php
"
while
getopts
"
p:
"
OPTION
2>
/dev/null
;
do
case
${OPTION}
in
p)
PHP_BINARY=
"
$OPTARG
"
;;
esac
done
./ci/lint.sh -p
"
$PHP_BINARY
"
if
[
$?
-ne
0 ]
;
then
echo
Lint scan failed
!
exit
1
fi
echo
-e
"
version\nmakeserver\nstop\n
"
|
"
$PHP_BINARY
"
-dphar.readonly=0 src/pocketmine/PocketMine.php --no-wizard --disable-ansi --disable-readline --debug.level=2
if
ls plugins/GenisysPro/SpigotPE
*
.phar
>
/dev/null
2>&1
;
then
echo
Server phar created successfully.
else
echo
No phar created
!
exit
1
fi
Back
|
FazBrowse Home
|
New Git URL