Hopefully fix Travis CI building this time.

CQTexperiment
Christopher Snowhill 2017-12-27 17:14:32 -08:00
parent 3fe7a56c35
commit 550d09b1cb
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ os: osx
osx_image: xcode9.2
language: objective-c
script:
- xcodebuild clean build -workspace Cog.xcodeproj/project.xcworkspace -scheme Cog CODE_SIGNING_REQUIRED=NO
- Scripts/build.sh CODE_SIGNING_REQUIRED=NO

View File

@ -6,5 +6,5 @@ popd
BUILDPRODUCTS="$BASE"/build/Build/Products/Release
xcodebuild -workspace "$BASE"/../Cog.xcodeproj/project.xcworkspace -scheme Cog -configuration Release -derivedDataPath "$BASE"/build
xcodebuild -quiet -workspace "$BASE"/../Cog.xcodeproj/project.xcworkspace -scheme Cog -configuration Release -derivedDataPath "$BASE"/build $1