이번엔 Jenkins를 알아보았어요. Jenkins는 다른 CI들과 달리 설치해서 사용하는 방식이에요. Jenkins 설치 일단 저는 Mac유저라서 macOS 버전을 homebrew로 설치합니다. https://www.jenkins.io/download/lts/macos/ macOS Installers for Jenkins LTS Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software www.jenkins.io $ brew install jenkins-lts 설치 중에 8080 포트로 설정이 되었고 시작하려면 brew ..
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를 추가..