mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Fix display_compilation_time target in Makefile for Swift 3.1
This commit is contained in:
@@ -107,7 +107,7 @@ docker_test:
|
||||
|
||||
# http://irace.me/swift-profiling/
|
||||
display_compilation_time:
|
||||
$(BUILD_TOOL) $(XCODEFLAGS) OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" clean build test | grep -E ^[1-9]{1}[0-9]*.[0-9]ms | sort -n
|
||||
$(BUILD_TOOL) $(XCODEFLAGS) OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" clean build test | grep -E ^[1-9]{1}[0-9]*.[0-9]+ms | sort -n
|
||||
|
||||
swift_snapshot_install:
|
||||
curl https://swift.org/builds/development/xcode/$(SWIFT_SNAPSHOT)/$(SWIFT_SNAPSHOT)-osx.pkg -o swift.pkg
|
||||
|
||||
Reference in New Issue
Block a user