Skip to content

Commit

Permalink
Make it a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Nov 7, 2018
1 parent 209307a commit 1d9f99a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,16 @@ jobs:
name: Run build script
command: ./build-new.sh carthage

workflows:
version: 2
github_pr_check:
jobs:
- setup_pods_and_sim
- tests
- examples-pt1
- examples-pt2
- examples-pt3
- examples-extra
- life-without-cocoapods
- cocoapods-lint
- carthage

0 comments on commit 1d9f99a

Please sign in to comment.