Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tests: Update CircleCI with TVVLCKitTests
  • Loading branch information
mkchoi212 committed Jun 14, 2018
1 parent 253ce94 commit 62d45ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Expand Up @@ -19,14 +19,15 @@ jobs:
paths:
- .bundle
- restore_cache:
key: libvlc-v2-{{ checksum "compileAndBuildVLCKit.sh" }}
key: libvlc-v3-{{ checksum "compileAndBuildVLCKit.sh" }}
- run:
name: Build VLCKit
command: |
rake build:vlckit:ios
rake build:vlckit:tv
rake build:vlckit:mac
- save_cache:
key: libvlc-v2-{{ checksum "compileAndBuildVLCKit.sh" }}
key: libvlc-v3-{{ checksum "compileAndBuildVLCKit.sh" }}
paths:
- build
- libvlc
Expand All @@ -35,11 +36,13 @@ jobs:
name: Run Tests
command: |
rake test:ios
rake test:tv
rake test:mac
- run:
name: Generate Coverage Reports
command: |
rake codecov:ios
rake codecov:tv
rake codecov:mac
- store_artifacts:
path: Tests/Coverage
Expand Down

0 comments on commit 62d45ab

Please sign in to comment.