Skip to content

Commit

Permalink
Merge pull request #204 from CodaFi/re-travis
Browse files Browse the repository at this point in the history
Re-enable Travis
  • Loading branch information
CodaFi committed May 31, 2015
2 parents 70cca3d + fe9406c commit 9e1c646
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: objective-c
osx_image: beta-xcode6.3

install:
- git submodule update -i --recursive

script:
- xctool -project Swiftz.xcodeproj -scheme Swiftz -sdk macosx ONLY_ACTIVE_ARCH=NO clean build test
- xctool -project Swiftz.xcodeproj -scheme Swiftz-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO clean build test

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/typelift/Swiftz.svg)](https://travis-ci.org/typelift/Swiftz)

Swiftz
======

Expand Down
52 changes: 50 additions & 2 deletions Swiftz.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,28 @@
objects = {

/* Begin PBXBuildFile section */
841408C31B1A8B3F00BA2B6C /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84DF763E1B0BDD4B00C912B0 /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
841408C41B1A8B4700BA2B6C /* Swiftz.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84DF751E1B0BD17700C912B0 /* Swiftz.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
84152B731A818A5C006387D5 /* Swiftz.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A88F981A71DF7F003D53CF /* Swiftz.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8480AB4E1A7B448A00C6162D /* Sections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8480AB4D1A7B448A00C6162D /* Sections.swift */; };
84961FB51A998976004A186A /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84961FB41A998976004A186A /* State.swift */; };
84A53D711B1A900900E8A107 /* PartyExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC11A71DFA0003D53CF /* PartyExample.swift */; };
84A53D721B1A900900E8A107 /* ShapeExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC41A71DFA0003D53CF /* ShapeExample.swift */; };
84A53D731B1A900900E8A107 /* UserExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC81A71DFA0003D53CF /* UserExample.swift */; };
84A53D741B1A900900E8A107 /* EitherSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FB71A71DFA0003D53CF /* EitherSpec.swift */; };
84A53D751B1A900900E8A107 /* FunctorSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FB81A71DFA0003D53CF /* FunctorSpec.swift */; };
84A53D761B1A900900E8A107 /* HListSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FBA1A71DFA0003D53CF /* HListSpec.swift */; };
84A53D771B1A900900E8A107 /* JSONSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FBB1A71DFA0003D53CF /* JSONSpec.swift */; };
84A53D781B1A900900E8A107 /* ListSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FBC1A71DFA0003D53CF /* ListSpec.swift */; };
84A53D791B1A900900E8A107 /* MaybeSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FBD1A71DFA0003D53CF /* MaybeSpec.swift */; };
84A53D7A1B1A900900E8A107 /* MonoidSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FBE1A71DFA0003D53CF /* MonoidSpec.swift */; };
84A53D7B1B1A900900E8A107 /* ResultSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC21A71DFA0003D53CF /* ResultSpec.swift */; };
84A53D7C1B1A900900E8A107 /* StateSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BB57631AA12D2200214BC5 /* StateSpec.swift */; };
84A53D7D1B1A900900E8A107 /* ThoseSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC61A71DFA0003D53CF /* ThoseSpec.swift */; };
84A53D7E1B1A900900E8A107 /* ArrayExtSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FB41A71DFA0003D53CF /* ArrayExtSpec.swift */; };
84A53D7F1B1A900900E8A107 /* OptionalExtSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC01A71DFA0003D53CF /* OptionalExtSpec.swift */; };
84A53D801B1A900900E8A107 /* StringExtSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC51A71DFA0003D53CF /* StringExtSpec.swift */; };
84A53D811B1A900900E8A107 /* TupleExtSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FC71A71DFA0003D53CF /* TupleExtSpec.swift */; };
84A88FA41A71DF7F003D53CF /* Swiftz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A88F981A71DF7F003D53CF /* Swiftz.framework */; };
84A88FC91A71DFA0003D53CF /* ArrayExtSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FB41A71DFA0003D53CF /* ArrayExtSpec.swift */; };
84A88FCC1A71DFA0003D53CF /* EitherSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A88FB71A71DFA0003D53CF /* EitherSpec.swift */; };
Expand Down Expand Up @@ -201,6 +220,17 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
841408C11B1A8B3100BA2B6C /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
841408C41B1A8B4700BA2B6C /* Swiftz.framework in CopyFiles */,
841408C31B1A8B3F00BA2B6C /* SwiftCheck.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
84152B721A818A51006387D5 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -616,6 +646,7 @@
84DF75241B0BD17700C912B0 /* Sources */,
84DF75251B0BD17700C912B0 /* Frameworks */,
84DF75261B0BD17700C912B0 /* Resources */,
841408C11B1A8B3100BA2B6C /* CopyFiles */,
);
buildRules = (
);
Expand Down Expand Up @@ -892,6 +923,23 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84A53D711B1A900900E8A107 /* PartyExample.swift in Sources */,
84A53D721B1A900900E8A107 /* ShapeExample.swift in Sources */,
84A53D731B1A900900E8A107 /* UserExample.swift in Sources */,
84A53D741B1A900900E8A107 /* EitherSpec.swift in Sources */,
84A53D751B1A900900E8A107 /* FunctorSpec.swift in Sources */,
84A53D761B1A900900E8A107 /* HListSpec.swift in Sources */,
84A53D771B1A900900E8A107 /* JSONSpec.swift in Sources */,
84A53D781B1A900900E8A107 /* ListSpec.swift in Sources */,
84A53D791B1A900900E8A107 /* MaybeSpec.swift in Sources */,
84A53D7A1B1A900900E8A107 /* MonoidSpec.swift in Sources */,
84A53D7B1B1A900900E8A107 /* ResultSpec.swift in Sources */,
84A53D7C1B1A900900E8A107 /* StateSpec.swift in Sources */,
84A53D7D1B1A900900E8A107 /* ThoseSpec.swift in Sources */,
84A53D7E1B1A900900E8A107 /* ArrayExtSpec.swift in Sources */,
84A53D7F1B1A900900E8A107 /* OptionalExtSpec.swift in Sources */,
84A53D801B1A900900E8A107 /* StringExtSpec.swift in Sources */,
84A53D811B1A900900E8A107 /* TupleExtSpec.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1143,7 +1191,7 @@
"$(inherited)",
);
INFOPLIST_FILE = SwiftzTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -1160,7 +1208,7 @@
);
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = SwiftzTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 9e1c646

Please sign in to comment.