jenkins testing

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

@ -35,7 +35,7 @@ make config
build=0
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

Loading…
Cancel
Save