jenkins testing

v0.27.3
Robin Mills 11 years ago
parent fdd6c337db
commit 94f4b38be6

@ -34,8 +34,8 @@ fi
make config make config
build=0 build=0
if [ $PLATFORM == "linux" -a "$linux" == "true" ]; then build=1; fi if [ $PLATFORM == "linux" -a "$linux" == "true" ]; then build=1; fi
if [ $PLATFORM == "macos" -a "$macos" == "true" ]; then build=1; fi if [ $PLATFORM == "macosx" -a "$macosx" == "true" ]; then build=1; fi
if [ "$PLATFORM" == "cygwin" ]; then if [ "$PLATFORM" == "cygwin" ]; then

Loading…
Cancel
Save