Build Mac release build with debugInfo.
(Experimental, let's see if this helps testing)
This commit is contained in:
@@ -21,7 +21,7 @@ pushd sgBuild
|
|||||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../simgear
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../simgear
|
||||||
|
|
||||||
# compile
|
# compile
|
||||||
xcodebuild -configuration Release -target install build
|
xcodebuild -configuration RelWithDebInfo -target install build
|
||||||
|
|
||||||
if [ $? -ne '0' ]; then
|
if [ $? -ne '0' ]; then
|
||||||
echo "make simgear failed"
|
echo "make simgear failed"
|
||||||
@@ -35,7 +35,7 @@ echo "Starting on FlightGear"
|
|||||||
pushd fgBuild
|
pushd fgBuild
|
||||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear
|
||||||
|
|
||||||
xcodebuild -configuration Release -target install build
|
xcodebuild -configuration RelWithDebInfo -target install build
|
||||||
|
|
||||||
if [ $? -ne '0' ]; then
|
if [ $? -ne '0' ]; then
|
||||||
echo "make flightgear failed"
|
echo "make flightgear failed"
|
||||||
|
|||||||
Reference in New Issue
Block a user