Use xctool

This commit is contained in:
Erik 2017-05-07 10:10:01 -04:00
parent 77034a46fe
commit f10839b832
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -9,5 +9,7 @@ branches:
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
#script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
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
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test