Add macOS `xcodebuild` invocation to `ci.yml`
This commit is contained in:
parent
37cdf6e454
commit
e7f295954f
|
@ -30,6 +30,12 @@ jobs:
|
||||||
`xcrun --find xctest` .build/debug/TokamakPackageTests.xctest
|
`xcrun --find xctest` .build/debug/TokamakPackageTests.xctest
|
||||||
|
|
||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
|
|
||||||
|
# make sure Tokamak can be built on macOS so that Xcode autocomplete works
|
||||||
|
xcodebuild -scheme TokamakDemo -destination 'generic/platform=macOS' \
|
||||||
|
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | \
|
||||||
|
xcpretty --color
|
||||||
|
|
||||||
cd "NativeDemo"
|
cd "NativeDemo"
|
||||||
xcodebuild -scheme iOS -destination 'generic/platform=iOS' \
|
xcodebuild -scheme iOS -destination 'generic/platform=iOS' \
|
||||||
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | \
|
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | \
|
||||||
|
|
Loading…
Reference in New Issue