Skip to content

Commit

Permalink
Add Travis CI for iOSSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Meyer committed Nov 9, 2013
1 parent 582e701 commit e4f2889
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "cslim"]
path = cslim
url = git@github.com:dougbradbury/cslim.git
url = https://github.com/dougbradbury/cslim.git
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: objective-c

script: travis/build.sh
26 changes: 26 additions & 0 deletions ObjectiveCSlim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
buildPhases = (
);
dependencies = (
07131A90182DA0DE00E81279 /* PBXTargetDependency */,
07131A92182DA0DE00E81279 /* PBXTargetDependency */,
07381AF115ADAF73000B0A38 /* PBXTargetDependency */,
07381AF515ADAF73000B0A38 /* PBXTargetDependency */,
);
Expand Down Expand Up @@ -230,6 +232,20 @@
remoteGlobalIDString = 07080B54182D47AC007234D0;
remoteInfo = iOSSpecs;
};
07131A8F182DA0DE00E81279 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8ED9EF31448BDF900DCBB3F /* Project object */;
proxyType = 1;
remoteGlobalIDString = 07CB31531827E20A008F4658;
remoteInfo = MacSpecs;
};
07131A91182DA0DE00E81279 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8ED9EF31448BDF900DCBB3F /* Project object */;
proxyType = 1;
remoteGlobalIDString = 07080B54182D47AC007234D0;
remoteInfo = iOSSpecs;
};
07381AF015ADAF73000B0A38 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8ED9EF31448BDF900DCBB3F /* Project object */;
Expand Down Expand Up @@ -1168,6 +1184,16 @@
target = 07080B54182D47AC007234D0 /* iOSSpecs */;
targetProxy = 07080BAF182D50D8007234D0 /* PBXContainerItemProxy */;
};
07131A90182DA0DE00E81279 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 07CB31531827E20A008F4658 /* MacSpecs */;
targetProxy = 07131A8F182DA0DE00E81279 /* PBXContainerItemProxy */;
};
07131A92182DA0DE00E81279 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 07080B54182D47AC007234D0 /* iOSSpecs */;
targetProxy = 07131A91182DA0DE00E81279 /* PBXContainerItemProxy */;
};
07381AF115ADAF73000B0A38 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = F8ED9F211448BE3200DCBB3F /* MacAcceptanceTests */;
Expand Down
4 changes: 4 additions & 0 deletions travis/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
set -e

xcodebuild ONLY_ACTIVE_ARCH=NO -scheme iOSSpecs -sdk iphonesimulator6.1 -configuration Debug clean build -workspace ObjectiveCSlim.xcworkspace

0 comments on commit e4f2889

Please sign in to comment.