repo.or.cz
/
luajson.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: updates to LPEG 0.12.2 due to Lua5.3 compat patch
[luajson.git]
/
.travis
/
platform.sh
blob
7259a7d6369d60003931c37f6c184e4b7b5d97cd
1
if
[
-z
"
${PLATFORM:-}
"
];
then
2
PLATFORM
=
$TRAVIS_OS_NAME
;
3
fi
4
5
if
[
"
$PLATFORM
"
==
"osx"
];
then
6
PLATFORM
=
"macosx"
;
7
fi
8
9
if
[
-z
"
$PLATFORM
"
];
then
10
if
[
"$(uname)"
==
"Linux"
];
then
11
PLATFORM
=
"linux"
;
12
else
13
PLATFORM
=
"macosx"
;
14
fi
;
15
fi