Skip to content

Commit

Permalink
Merge pull request huri000#4 from huri000/wip/travis-ci
Browse files Browse the repository at this point in the history
Wip/travis ci
  • Loading branch information
huri000 authored May 8, 2018
2 parents fe27401 + df85234 commit 1336be9
Show file tree
Hide file tree
Showing 153 changed files with 14,904 additions and 362 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: objective-c
cache: cocoapods
podfile: Example/Podfile

env:
global:
- WORKSPACE=Example/QuickLayout.xcworkspace
- SCHEME=QuickLayoutDemoApp
- SCHEME=DemoApp
- TEST_SDK=iphonesimulator

matrix:
Expand All @@ -19,4 +21,4 @@ script:
- xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$TEST_DEST" -sdk "$TEST_SDK" -enableCodeCoverage YES build-for-testing

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
363 changes: 348 additions & 15 deletions Example/DemoAppTests/DemoAppTests.swift

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ platform :ios, '9.0'

use_frameworks!

target 'QuickLayout_Example' do
pod 'QuickLayout', :path => '../'
pod 'LoremIpsum', '~> 1.0'

target 'DemoApp' do
pod 'QuickLayout', :path => '../'
pod 'LoremIpsum', '~> 1.0'
end

target 'DemoAppTests' do
pod 'QuickLayout', :path => '../'
pod 'Quick', '1.2.0'
pod 'Nimble', '7.0.2'
end
14 changes: 11 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
PODS:
- LoremIpsum (1.0.0)
- QuickLayout (1.0.10)
- Nimble (7.0.2)
- Quick (1.2.0)
- QuickLayout (1.0.12)

DEPENDENCIES:
- LoremIpsum (~> 1.0)
- Nimble (= 7.0.2)
- Quick (= 1.2.0)
- QuickLayout (from `../`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- LoremIpsum
- Nimble
- Quick

EXTERNAL SOURCES:
QuickLayout:
:path: "../"

SPEC CHECKSUMS:
LoremIpsum: 9029c55d36501b2ee0b05cc9ecda11d3a0479160
QuickLayout: a04d3ce1758b2d85300f086de3fdb1281d5e5485
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
QuickLayout: 064cd8ce1a19ed868437196d5a0ca70f110529ab

PODFILE CHECKSUM: b5150c31e62d810b717e35f23234727801bce54b
PODFILE CHECKSUM: b2a1aaebea37b64555719a9af92405234ac54471

COCOAPODS: 1.5.0
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/QuickLayout.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 201 additions & 0 deletions Example/Pods/Nimble/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1336be9

Please sign in to comment.