Skip to content

Commit

Permalink
Tests: Update CircleCI with macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Jun 7, 2018
1 parent 7e6efd3 commit 21075e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -24,8 +24,9 @@ jobs:
name: Build VLCKit
command: |
rake build:vlckit:ios
rake build:vlckit:mac
- save_cache:
key: libvlc-{{ checksum "compileAndBuildVLCKit.sh" }}
key: libvlc-v2-{{ checksum "compileAndBuildVLCKit.sh" }}
paths:
- build
- libvlc
Expand All @@ -34,10 +35,12 @@ jobs:
name: Run Tests
command: |
rake test:ios
rake test:mac
- run:
name: Generate Coverage Reports
command: |
rake codecov:ios
rake codecov:mac
- store_artifacts:
path: Tests/Coverage
destination: Coverage
Expand Down

0 comments on commit 21075e1

Please sign in to comment.