Import civetweb ans jsoncpp
This commit is contained in:
15
3P/civetweb/ci/travis/platform.sh
Executable file
15
3P/civetweb/ci/travis/platform.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
if [ -z "$PLATFORM" ]; then
|
||||
PLATFORM=$TRAVIS_OS_NAME;
|
||||
fi
|
||||
|
||||
if [ "$PLATFORM" == "osx" ]; then
|
||||
PLATFORM="macosx";
|
||||
fi
|
||||
|
||||
if [ -z "$PLATFORM" ]; then
|
||||
if [ "$(uname)" == "Linux" ]; then
|
||||
PLATFORM="linux";
|
||||
else
|
||||
PLATFORM="macosx";
|
||||
fi;
|
||||
fi
|
||||
Reference in New Issue
Block a user