Just use xcodebuild for swift4.0 branch

This commit is contained in:
Erik Little 2017-08-31 18:46:12 -04:00
parent 2ac2f928c4
commit dc3b1ea8c7
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -11,7 +11,7 @@ before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
script:
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
- xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
- swift build
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
# - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
# - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
# - swift build