Skip to content

Commit

Permalink
Fixing circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Jul 21, 2015
1 parent 71f164b commit ec5bb4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Example/LKAlertController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
TargetAttributes = {
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
TestTargetID = 607FACCF1AFB9204008FA782;
};
};
};
Expand Down Expand Up @@ -320,7 +319,6 @@
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LKAlertController_Example.app/LKAlertController_Example";
};
name = Debug;
};
Expand All @@ -335,7 +333,6 @@
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LKAlertController_Example.app/LKAlertController_Example";
};
name = Release;
};
Expand Down
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
machine:
xcode:
version: "6.3.1"
test:
override:
- xctool
-reporter pretty
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml
-reporter plain:$CIRCLE_ARTIFACTS/xctool.log
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
-sdk iphonesimulator
-workspace Example/LKAlertController.xcworkspace
-scheme "LKAlertController-Example"
build build-tests run-tests analyze
- pod lib lint

0 comments on commit ec5bb4c

Please sign in to comment.