Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Checks out code from git and fixes circleci step syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kramer committed Sep 1, 2018
1 parent 86c3c25 commit a07130f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ jobs:
macos:
xcode: 9.4
steps:
- set -o pipefail && xcodebuild test -destination "platform=iOS Simulator,name=iPhone 7" -workspace Example/SwiftLuhn.xcworkspace -scheme SwiftLuhn-Example | xcpretty
- pod lib lint --swift-version=4
- checkout
- run: set -o pipefail && xcodebuild test -destination "platform=iOS Simulator,name=iPhone 7" -workspace Example/SwiftLuhn.xcworkspace -scheme SwiftLuhn-Example | xcpretty
- run: pod lib lint --swift-version=4
17 changes: 9 additions & 8 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

0 comments on commit a07130f

Please sign in to comment.