#1109 and #1041 Update to jenkins_build.sh surprise: msvc build did not execute. The "what kind of build is this?" code has been in service for about 1 year.
This commit is contained in:
parent
af0407e8e7
commit
bb4017e2a2
@ -101,8 +101,8 @@ build=NONE
|
||||
if [ $PLATFORM == "linux" -a "$target" == "linux" -a "$linux" == "true" ]; then build=UNIX ; fi
|
||||
if [ $PLATFORM == "macosx" -a "$target" == "macosx" -a "$macosx" == "true" ]; then build=UNIX ; fi
|
||||
if [ $PLATFORM == "cygwin" -a "$target" == "cygwin" -a "$cygwin" == "true" ]; then build=CYGW ; fi
|
||||
if [ $PLATFORM == "cygwin" -a "$target" == "mingw" -a "$mingw" == "true" ]; then build=MING ; fi
|
||||
if [ $PLATFORM == "cygwin" -a "$target" == "msvc" -a "$msvc" == "true" ]; then build=MSVC ; fi
|
||||
if [ "$target" == "mingw" -a "$mingw" == "true" ]; then build=MING ; fi
|
||||
if [ "$target" == "msvc" -a "$msvc" == "true" ]; then build=MSVC ; fi
|
||||
if [ $PLATFORM == "mingw" -a "$target" == "mingw" ]; then build=MING ; fi
|
||||
|
||||
echo "3 target = $target platform = $PLATFORM build = $build"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user