Skip to content

Commit

Permalink
👷 Adding CI build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
gee1k committed Dec 11, 2019
1 parent 4cabacf commit 112a3c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: objective-c
matrix:
include:
- osx_image: xcode11
branches:
only:
- master
env:
global:
- LC_CTYPE=en_US.UTF-8
before_install:
- gem install cocoapods
- gem install xcpretty -N
- pod install
script:
- set -o pipefail
- xcodebuild clean build -workspace uPic.xcworkspace -scheme uPic -sdk macosx -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGN_REQUIRED=NO | xcpretty -c

0 comments on commit 112a3c4

Please sign in to comment.