Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift test on macOS && Linux platform #943

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

wongzigii
Copy link
Member

@wongzigii wongzigii commented Feb 25, 2018

This PR attempt to bring Swift package manager's swift build & swift test on macOS and Linux platform.
Close #708
Resolve #750 #413 #820 #748 #925

  • macOS:
git clone https://github.com/SwiftyJSON/SwiftyJSON.git
git checkout swift-test-macos
swift build
swift test
  • Ubuntu 16.04 (require docker pre-installed)
docker run -it -v `pwd`:/SwiftyJSON swiftdocker/swift bash
cd SwiftyJSON
swift build
swift test

@wongzigii wongzigii changed the title Swift test on macOS platform [WIP] Swift test on macOS platform Feb 25, 2018
@wongzigii wongzigii changed the title [WIP] Swift test on macOS platform [WIP] Swift test on macOS&& Linux platform Feb 27, 2018
@wongzigii wongzigii changed the title [WIP] Swift test on macOS&& Linux platform [WIP] Swift test on macOS && Linux platform Feb 27, 2018
@wongzigii
Copy link
Member Author

wongzigii commented Feb 28, 2018

@wongzigii wongzigii mentioned this pull request Feb 28, 2018
@wongzigii wongzigii changed the title [WIP] Swift test on macOS && Linux platform Swift test on macOS && Linux platform Feb 28, 2018
@wongzigii
Copy link
Member Author

wongzigii commented Feb 28, 2018

Rebased! Ready for review now. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant