Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Cory Dolphin
9 years ago
Commit
f63a23654699bc519dacc7bf93670a42dfc1580f
1 parent
f4875b0e
Adds automatic building with carthage to CI
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
f63a236
...
...
@@ -12,6 +12,7 @@ before_install:
-
pod --version
-
pod setup --silent > /dev/null
-
pod repo update --silent
-
brew install carthage
script:
...
...
@@ -24,4 +25,6 @@ script:
-
pod install --project-directory=Tests
-
xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean
-
xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
\ No newline at end of file
-
xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
-
carthage build --no-skip-current
\ No newline at end of file
...
...
Please
register
or
login
to post a comment