Travis CI를 사용하여 빌드, 테스트를 자동화 합니다. 역시 CocoaPods과 Carthage를 사용하는 방법과 Framework를 Cache하는 방법도 정리해보았어요. Travis CI는 두가지 url로 접속할 수 있어요. Public Repository를 위한 무료 버전 https://travis-ci.org Travis CI - Test and Deploy Your Code with Confidence travis-ci.org Private Repository를 위한 유료 버전 https://travis-ci.com Travis CI - Test and Deploy with Confidence travis-ci.com 저는 무료 버전을 테스트할거라서 https://travis-ci.org에서..
Bitrise를 사용하여 빌드, 테스트를 자동화 합니다. CocoaPods과 Carthage를 사용하는 방법도 정리해보았어요. www.bitrise.io Bitrise - Mobile Continuous Integration and Delivery Continuous integration and delivery built for mobile: Automate iOS and Android builds, testing and deployment from your first install to the one millionth. www.bitrise.io CI/CD를 테스트하기 위한 조건으로 간단한 프로젝트를 만들었고 모두 동일하게 아래의 조건을 적용하였어요. - CocoaPods으로 SDWebImage를 추가..