Hopefully fix Travis CI building this time.
parent
3fe7a56c35
commit
550d09b1cb
|
@ -2,4 +2,4 @@ os: osx
|
||||||
osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
language: objective-c
|
language: objective-c
|
||||||
script:
|
script:
|
||||||
- xcodebuild clean build -workspace Cog.xcodeproj/project.xcworkspace -scheme Cog CODE_SIGNING_REQUIRED=NO
|
- Scripts/build.sh CODE_SIGNING_REQUIRED=NO
|
||||||
|
|
|
@ -6,5 +6,5 @@ popd
|
||||||
|
|
||||||
BUILDPRODUCTS="$BASE"/build/Build/Products/Release
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue