Skip to content

Commit

Permalink
Just one job
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Apr 4, 2018
1 parent 2b9f87b commit 39110b1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
version: 2
jobs:
carthage:
build-and-test:
macos:
xcode: "9.3.0"
working_directory: /Users/distiller/project
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: brew upgrade Carthage
- run: carthage bootstrap
- run: brew install swiftlint
build-and-test:
macos:
xcode: "9.3.0"
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: xcodebuild -project Spots.xcodeproj -scheme "Spots-macOS" -sdk macosx clean
- run: xcodebuild -project Spots.xcodeproj -scheme "Spots-macOS" -sdk macosx -enableCodeCoverage YES test
- run: bash <(curl -s https://codecov.io/bash) -cF osx -J 'Spots'
Expand All @@ -29,5 +23,4 @@ workflows:
version: 2
build-and-test:
jobs:
- carthage
- build-and-test

0 comments on commit 39110b1

Please sign in to comment.