1
0
Fork 0

Tweaks for nightly build packaging

This commit is contained in:
James Turner 2015-02-24 11:47:15 +00:00
parent 7c6278a7ff
commit a54e3c43cb
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ popd
################################################################################ ################################################################################
echo "Starting on FlightGear" echo "Starting on FlightGear"
pushd fgBuild pushd fgBuild
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear cmake -DFG_NIGHTLY=1 -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear
xcodebuild -configuration RelWithDebInfo -target install build xcodebuild -configuration RelWithDebInfo -target install build

View file

@ -68,7 +68,7 @@ fgCurrentYear = t.year
fgVersion = File.read("#{srcDir}/version").strip fgVersion = File.read("#{srcDir}/version").strip
volName="\"FlightGear #{fgVersion}\"" volName="\"FlightGear #{fgVersion}\""
dmgPath = Dir.pwd + "/output/FlightGear-#{fgVersion}.dmg" dmgPath = Dir.pwd + "/output/FlightGear-#{fgVersion}-nightly.dmg"
puts "Creating directory structure" puts "Creating directory structure"
`mkdir -p #{macosDir}` `mkdir -p #{macosDir}`