Fix CI (#24)
This commit is contained in:
parent
c3aff0f948
commit
b137013389
8
Makefile
8
Makefile
|
@ -7,16 +7,16 @@ default: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
xcodebuild test \
|
xcodebuild test \
|
||||||
-scheme SwiftUINavigation \
|
-scheme swiftui-navigation \
|
||||||
-destination platform="$(PLATFORM_IOS)"
|
-destination platform="$(PLATFORM_IOS)"
|
||||||
xcodebuild test \
|
xcodebuild test \
|
||||||
-scheme SwiftUINavigation \
|
-scheme swiftui-navigation \
|
||||||
-destination platform="$(PLATFORM_MACOS)"
|
-destination platform="$(PLATFORM_MACOS)"
|
||||||
xcodebuild test \
|
xcodebuild test \
|
||||||
-scheme SwiftUINavigation \
|
-scheme swiftui-navigation \
|
||||||
-destination platform="$(PLATFORM_TVOS)"
|
-destination platform="$(PLATFORM_TVOS)"
|
||||||
xcodebuild \
|
xcodebuild \
|
||||||
-scheme SwiftUINavigation_watchOS \
|
-scheme swiftui-navigation \
|
||||||
-destination platform="$(PLATFORM_WATCHOS)"
|
-destination platform="$(PLATFORM_WATCHOS)"
|
||||||
|
|
||||||
DOC_WARNINGS := $(shell xcodebuild clean docbuild \
|
DOC_WARNINGS := $(shell xcodebuild clean docbuild \
|
||||||
|
|
Loading…
Reference in New Issue