Skip to content

Commit b7c9a79

Browse files
authored
Pass CI environment variable to xcodebuild (pointfreeco#162)
Apparently Xcode 15.3+ only makes environment variables prefixed with `TEST_RUNNER_` available to tests: https://forums.developer.apple.com/forums/thread/749185
1 parent 393e8ff commit b7c9a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ PLATFORM_MACOS = macOS
33
PLATFORM_TVOS = tvOS Simulator,name=Apple TV
44
PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 7 (45mm)
55

6+
TEST_RUNNER_CI = $(CI)
7+
68
default: test
79

810
test:

0 commit comments

Comments
 (0)