Skip to content

Commit

Permalink
Stop removing test bundle before docker_test
Browse files Browse the repository at this point in the history
It became unnecessary in Swift 4.0.
  • Loading branch information
norio-nomura committed Nov 17, 2017
1 parent 224f44e commit 4ca2665
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ XCODEFLAGS=-workspace 'SwiftLint.xcworkspace' \
BUILT_BUNDLE=$(TEMPORARY_FOLDER)/Applications/swiftlint.app
SWIFTLINTFRAMEWORK_BUNDLE=$(BUILT_BUNDLE)/Contents/Frameworks/SwiftLintFramework.framework
SWIFTLINT_EXECUTABLE=$(BUILT_BUNDLE)/Contents/MacOS/swiftlint
XCTEST_LOCATION=.build/debug/SwiftLintPackageTests.xctest

FRAMEWORKS_FOLDER=/Library/Frameworks
BINARIES_FOLDER=/usr/local/bin
Expand Down Expand Up @@ -94,7 +93,6 @@ archive:
release: package archive portable_zip

docker_test:
if [ -d $(XCTEST_LOCATION) ]; then rm -rf $(XCTEST_LOCATION); fi
docker run -v `pwd`:`pwd` -w `pwd` --name swiftlint --rm norionomura/swift:40 swift test --parallel

docker_htop:
Expand Down

0 comments on commit 4ca2665

Please sign in to comment.